diff options
| author | Rebecca Cran <brucec@FreeBSD.org> | 2011-02-21 09:01:34 +0000 |
|---|---|---|
| committer | Rebecca Cran <brucec@FreeBSD.org> | 2011-02-21 09:01:34 +0000 |
| commit | 6bccea7c2bb77cbcbe9f019c664ddf4bf4ff8410 (patch) | |
| tree | 1f08a200604ea39c38fc67b8558b5638a6dfba0d /sys/dev/random | |
| parent | ade7b47061ff5015b869ce84896d2381e8bb9799 (diff) | |
Notes
Diffstat (limited to 'sys/dev/random')
| -rw-r--r-- | sys/dev/random/randomdev_soft.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/random/randomdev_soft.c b/sys/dev/random/randomdev_soft.c index cef64ab6f746..c720902c633e 100644 --- a/sys/dev/random/randomdev_soft.c +++ b/sys/dev/random/randomdev_soft.c @@ -347,7 +347,7 @@ random_yarrow_write(void *buf, int count) /* * Break the input up into HARVESTSIZE chunks. The writer has too - * much control here, so "estimate" the the entropy as zero. + * much control here, so "estimate" the entropy as zero. */ for (i = 0; i < count; i += HARVESTSIZE) { chunk = HARVESTSIZE; |
