summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorRobert Nagy <robert@cvs.openbsd.org>2005-03-04 17:09:22 +0000
committerRobert Nagy <robert@cvs.openbsd.org>2005-03-04 17:09:22 +0000
commit85210746515dca2d82c59d74778fe94c9555fb42 (patch)
treebee1469fd537542e0a7561e18bac8a66d6524cea /sys
parent5966c517260452bcc817187bfb6f0ef9331bfb47 (diff)
Fix a variable name in a comment; from Clint <cruoho@gmail.com>; ok tdeval@
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/rnd.c4
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