From c0c69366ce4717fb8c5db370ac42ab787782e28c Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Sun, 4 Jan 2015 13:31:49 +0100 Subject: random: fix typo * random/gnupg-random.c (read_pool): Fix typo in comment. --- random/gnupg-random.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'random') 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) -- cgit v1.2.3