aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/random
diff options
context:
space:
mode:
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 */