commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hurd] 23/37: random: fix typo


From: Samuel Thibault
Subject: [hurd] 23/37: random: fix typo
Date: Mon, 09 Feb 2015 09:59:10 +0000

This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to annotated tag upstream/hurd/0.5.git20150208
in repository hurd.

commit c0c69366ce4717fb8c5db370ac42ab787782e28c
Author: Justus Winter <address@hidden>
Date:   Sun Jan 4 13:31:49 2015 +0100

    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(-)

diff --git a/random/gnupg-random.c b/random/gnupg-random.c
index 42391a3..54ee3c5 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)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-hurd/hurd.git



reply via email to

[Prev in Thread] Current Thread [Next in Thread]