diff options
author | Neal H. Walfield <[email protected]> | 2016-02-07 23:30:10 +0000 |
---|---|---|
committer | Neal H. Walfield <[email protected]> | 2016-02-14 13:46:16 +0000 |
commit | ad43dc6cfc2b610a4e34fe55811bd937f9c3238b (patch) | |
tree | 54b09a239b800bcb6e62e2b4c6f306cb3a5732f6 /common/iobuf.c | |
parent | g13: Require a confirmation before g13 is used for DM-Crypt. (diff) | |
download | gnupg-ad43dc6cfc2b610a4e34fe55811bd937f9c3238b.tar.gz gnupg-ad43dc6cfc2b610a4e34fe55811bd937f9c3238b.zip |
common: Fix comment.
* common/iobuf.c (iobuf_flush_temp): Fix comment.
--
Signed-off-by: Neal H. Walfield <[email protected]>
Diffstat (limited to 'common/iobuf.c')
-rw-r--r-- | common/iobuf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/iobuf.c b/common/iobuf.c index b6e788568..00d1b8d26 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); } |