summaryrefslogtreecommitdiff
path: root/random
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2015-01-04 13:31:49 +0100
committerJustus Winter <4winter@informatik.uni-hamburg.de>2015-01-04 13:31:49 +0100
commitc0c69366ce4717fb8c5db370ac42ab787782e28c (patch)
tree522cc9f4a92ae5bad464fd381b6eefba8e79b6a4 /random
parent87fad50310f2bd0dcc990e80e23b09768918cf5b (diff)
random: fix typo
* random/gnupg-random.c (read_pool): Fix typo in comment.
Diffstat (limited to 'random')
-rw-r--r--random/gnupg-random.c2
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)