aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/random
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2000-11-25 17:58:11 +0000
committerMark Murray <markm@FreeBSD.org>2000-11-25 17:58:11 +0000
commit24242537f876d200ddb557b23a343e86dc3e4e1c (patch)
tree4122b9395456a24704a2d615134ec01eda625e80 /sys/dev/random
parente73a42f8fb107ecee0fa96a7af9d64073a0072f1 (diff)
downloadsrc-24242537f876d200ddb557b23a343e86dc3e4e1c.tar.gz
src-24242537f876d200ddb557b23a343e86dc3e4e1c.zip
Correct a comment. This represents a very minor policy change of my
intentions with this code.
Notes
Notes: svn path=/head/; revision=69169
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 7d8a4cac5f77..f045abf1355d 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 */