From 7e284cc83d80d0acc577afdc9e2c2ff31a2b278a Mon Sep 17 00:00:00 2001 From: dd Date: Thu, 7 Jun 2001 02:32:18 +0000 Subject: urandom(4) -> random(4) in comments. PR: 27858 Submitted by: Yoshihiro Koya Reviewed by: md5(1) Approved by: markm --- lib/libc/stdlib/random.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc/stdlib/random.c') diff --git a/lib/libc/stdlib/random.c b/lib/libc/stdlib/random.c index fb0aa07..e1e2703 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 -- cgit v1.1