diff options
Diffstat (limited to 'cipher/rndw32.c')
-rw-r--r-- | cipher/rndw32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher/rndw32.c b/cipher/rndw32.c index 2d107e009..aec5fbbfd 100644 --- a/cipher/rndw32.c +++ b/cipher/rndw32.c @@ -534,7 +534,7 @@ rndw32_gather_random (void (*add)(const void*, size_t, int), int requester, if( !level ) return 0; /* We don't differentiate between level 1 and 2 here because - * there is no nternal entropy pool as a scary resource. It may + * there is no internal entropy pool as a scarce resource. It may * all work slower, but because our entropy source will never * block but deliver some not easy to measure entropy, we assume level 2 */ |