summaryrefslogtreecommitdiff
path: root/random
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2015-01-03 10:16:09 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2015-01-03 13:10:08 +0100
commitbd1d3a48415cb6a7c24c45a899ce38b3ce34956d (patch)
treea3cf6825abd20c0825cddd972ba3cc7af6b7aead /random
parent695e606f7fd8940c2b260670a89ae2a6cc82b9f4 (diff)
misc: Fix typos in comments (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'random')
-rw-r--r--random/gnupg-random.c4
1 files changed, 2 insertions, 2 deletions
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);