summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/random.c
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2001-06-07 02:32:18 +0000
committerDima Dorfman <dd@FreeBSD.org>2001-06-07 02:32:18 +0000
commita7d81577d674ff427670a0d34c7ce6d9c5949132 (patch)
treecfb8f2a141a4702c6b7700208ad39d81e8c50964 /lib/libc/stdlib/random.c
parentdf49b8e2abb4cb8b67689d715b76209a676604df (diff)
Notes
Diffstat (limited to 'lib/libc/stdlib/random.c')
-rw-r--r--lib/libc/stdlib/random.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/random.c b/lib/libc/stdlib/random.c
index fb0aa07cd972..e1e2703ccfaf 100644
--- a/lib/libc/stdlib/random.c
+++ b/lib/libc/stdlib/random.c
@@ -282,7 +282,7 @@ srandom(x)
*
* Many programs choose the seed value in a totally predictable manner.
* This often causes problems. We seed the generator using the much more
- * secure urandom(4) interface. Note that this particular seeding
+ * secure random(4) interface. Note that this particular seeding
* procedure can generate states which are impossible to reproduce by
* calling srandom() with any value, since the succeeding terms in the
* state buffer are no longer derived from the LC algorithm applied to