aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>1999-05-09 13:46:31 +0000
committerKris Kennaway <kris@FreeBSD.org>1999-05-09 13:46:31 +0000
commitee3afcaf3b5340e800779a7418377b0e2e013108 (patch)
treee28ec300c2d153de125cc4c1bb1b0bf9178c30ab /lib
parent80bdfd13623c1572f3f1f5e621f11012aa3111f4 (diff)
downloadsrc-ee3afcaf3b5340e800779a7418377b0e2e013108.tar.gz
src-ee3afcaf3b5340e800779a7418377b0e2e013108.zip
More typos.
Notes
Notes: svn path=/head/; revision=46800
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/arc4random.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/arc4random.3 b/lib/libc/gen/arc4random.3
index 4954f740a233..ba43b238c739 100644
--- a/lib/libc/gen/arc4random.3
+++ b/lib/libc/gen/arc4random.3
@@ -59,7 +59,7 @@ The
.Fn arc4random_stir
function reads data from
.Pa /dev/urandom
-and uses it to permutate the S-Boxes via
+and uses it to permute the S-Boxes via
.Fn arc4random_addrandom .
.Pp
There is no need to call
@@ -68,7 +68,7 @@ before using
.Fn arc4random ,
since
.Fn arc4random
-automatically initalizes itself.
+automatically initializes itself.
.Sh SEE ALSO
.Xr rand 3 ,
.Xr random 3 ,