1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

Fix typos in comments.

--
Fixes provided by Gilles Espinasse.
This commit is contained in:
Werner Koch 2012-01-24 09:48:17 +01:00
parent 51c1e84265
commit 86a32a4b06
3 changed files with 5 additions and 6 deletions

View file

@ -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;