[Pkg-gnupg-commit] [gnupg2] 24/205: common: Fix comment.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Wed May 11 08:38:10 UTC 2016


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

dkg pushed a commit to branch experimental
in repository gnupg2.

commit ad43dc6cfc2b610a4e34fe55811bd937f9c3238b
Author: Neal H. Walfield <neal at g10code.com>
Date:   Mon Feb 8 00:30:10 2016 +0100

    common: Fix comment.
    
    * common/iobuf.c (iobuf_flush_temp): Fix comment.
    
    --
    Signed-off-by: Neal H. Walfield <neal at g10code.com>
---
 common/iobuf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/iobuf.c b/common/iobuf.c
index b6e7885..00d1b8d 100644
--- a/common/iobuf.c
+++ b/common/iobuf.c
@@ -2260,7 +2260,7 @@ void
 iobuf_flush_temp (iobuf_t temp)
 {
   if (temp->use == IOBUF_INPUT || temp->use == IOBUF_INPUT_TEMP)
-    log_bug ("iobuf_writestr called on an input pipeline!\n");
+    log_bug ("iobuf_flush_temp called on an input pipeline!\n");
   while (temp->chain)
     pop_filter (temp, temp->filter, NULL);
 }

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



More information about the Pkg-gnupg-commit mailing list