common: Fix comment.

* common/iobuf.c (iobuf_flush_temp): Fix comment.

--
Signed-off-by: Neal H. Walfield <neal@g10code.com>
This commit is contained in:
Neal H. Walfield 2016-02-08 00:30:10 +01:00
parent 86f3bb144a
commit ad43dc6cfc
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}