From bd1d3a48415cb6a7c24c45a899ce38b3ce34956d Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Sat, 3 Jan 2015 10:16:09 +0100 Subject: misc: Fix typos in comments (found by codespell) Signed-off-by: Stefan Weil --- random/gnupg-random.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'random') diff --git a/random/gnupg-random.c b/random/gnupg-random.c index 8f308621..42391a37 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 postion each + * we use a readpoiter to read from a different position each * time */ #ifdef __HURD__ if (level == 2 && length > pool_balance) @@ -722,7 +722,7 @@ fast_random_poll() } #endif #endif - /* time and clock are availabe on all systems - so + /* time and clock are available on all systems - so * we better do it just in case one of the above functions * didn't work */ { time_t x = time(NULL); -- cgit v1.2.3