diff options
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/rnd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/rnd.c b/sys/dev/rnd.c index 61d64b3a05c..f0adfb516d2 100644 --- a/sys/dev/rnd.c +++ b/sys/dev/rnd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rnd.c,v 1.75 2005/01/27 18:18:20 mickey Exp $ */ +/* $OpenBSD: rnd.c,v 1.76 2005/03/04 17:09:21 robert Exp $ */ /* * rnd.c -- A strong random number generator @@ -708,7 +708,7 @@ add_entropy_words(buf, n) * delays. It uses the timer_rand_state structure to make an estimate * of how many bits of entropy this call has added to the pool. * - * The number "num" is also added to the pool - it should somehow describe + * The number "val" is also added to the pool - it should somehow describe * the type of event which just happened. Currently the values of 0-255 * are for keyboard scan codes, 256 and upwards - for interrupts. * On the i386, this is assumed to be at most 16 bits, and the high bits |