summaryrefslogtreecommitdiffstats
path: root/sys/dev/random
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2000-11-25 17:58:11 +0000
committermarkm <markm@FreeBSD.org>2000-11-25 17:58:11 +0000
commit75a7091fcee84a45e21f9158f7df05c012d6271a (patch)
treec93f39cd91ebd3647f82a11c7a3761ef4c41e23c /sys/dev/random
parent9ec7bc0451ec7ffe96d31c1c0e6d1c7b4ddc709c (diff)
downloadFreeBSD-src-75a7091fcee84a45e21f9158f7df05c012d6271a.zip
FreeBSD-src-75a7091fcee84a45e21f9158f7df05c012d6271a.tar.gz
Correct a comment. This represents a very minor policy change of my
intentions with this code.
Diffstat (limited to 'sys/dev/random')
-rw-r--r--sys/dev/random/yarrow.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/random/yarrow.h b/sys/dev/random/yarrow.h
index 7d8a4ca..f045abf 100644
--- a/sys/dev/random/yarrow.h
+++ b/sys/dev/random/yarrow.h
@@ -52,8 +52,6 @@ void write_random(void *, u_int);
/* This is the beastie that needs protecting. It contains all of the
* state that we are excited about.
- * This is a biiig structure. It may move over to a malloc(9)ed
- * replacement.
*/
struct random_state {
u_int64_t counter; /* C */
OpenPOWER on IntegriCloud