aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/random
diff options
context:
space:
mode:
authorRebecca Cran <brucec@FreeBSD.org>2011-02-21 09:01:34 +0000
committerRebecca Cran <brucec@FreeBSD.org>2011-02-21 09:01:34 +0000
commit6bccea7c2bb77cbcbe9f019c664ddf4bf4ff8410 (patch)
tree1f08a200604ea39c38fc67b8558b5638a6dfba0d /sys/dev/random
parentade7b47061ff5015b869ce84896d2381e8bb9799 (diff)
downloadsrc-6bccea7c2bb77cbcbe9f019c664ddf4bf4ff8410.tar.gz
src-6bccea7c2bb77cbcbe9f019c664ddf4bf4ff8410.zip
Fix typos - remove duplicate "the".
PR: bin/154928 Submitted by: Eitan Adler <lists at eitanadler.com> MFC after: 3 days
Notes
Notes: svn path=/head/; revision=218909
Diffstat (limited to 'sys/dev/random')
-rw-r--r--sys/dev/random/randomdev_soft.c2
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;