aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/random.c
diff options
context:
space:
mode:
Diffstat (limited to 'cipher/random.c')
-rw-r--r--cipher/random.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cipher/random.c b/cipher/random.c
index f7ffb226d..460c2afe9 100644
--- a/cipher/random.c
+++ b/cipher/random.c
@@ -514,8 +514,8 @@ read_seed_file(void)
/* And read a few bytes from our entropy source. By using
* a level of 0 this will not block and might not return anything
* with some entropy drivers, however the rndlinux driver will use
- * /dev/urandom and return some stuff - Do not read to much as we
- * want to be friendly to the scare system entropy resource. */
+ * /dev/urandom and return some stuff - Do not read too much as we
+ * want to be friendly to the scarce system entropy resource. */
read_random_source( 0, 16, 0 );
allow_seed_file_update = 1;