From 24242537f876d200ddb557b23a343e86dc3e4e1c Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Sat, 25 Nov 2000 17:58:11 +0000 Subject: Correct a comment. This represents a very minor policy change of my intentions with this code. --- sys/dev/random/yarrow.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/dev/random') 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 */ -- cgit v1.2.3