summaryrefslogtreecommitdiff
path: root/random
diff options
context:
space:
mode:
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)