diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2015-01-04 13:31:49 +0100 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2015-01-04 13:31:49 +0100 |
commit | c0c69366ce4717fb8c5db370ac42ab787782e28c (patch) | |
tree | 522cc9f4a92ae5bad464fd381b6eefba8e79b6a4 | |
parent | 87fad50310f2bd0dcc990e80e23b09768918cf5b (diff) |
random: fix typo
* random/gnupg-random.c (read_pool): Fix typo in comment.
-rw-r--r-- | random/gnupg-random.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/random/gnupg-random.c b/random/gnupg-random.c index 42391a37..54ee3c55 100644 --- a/random/gnupg-random.c +++ b/random/gnupg-random.c @@ -592,7 +592,7 @@ read_pool( byte *buffer, size_t length, int level ) mix_pool(rndpool); rndstats.mixrnd++; mix_pool(keypool); rndstats.mixkey++; /* read the required data - * we use a readpoiter to read from a different position each + * we use a readpointer to read from a different position each * time */ #ifdef __HURD__ if (level == 2 && length > pool_balance) |