From f1394395d0fb27521f7b1610aca2b01a7ee64825 Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Wed, 22 Aug 2012 10:52:02 -0600 Subject: [PATCH] pipe-filter: fix comment typo * lib/pipe-filter.h: Mention correct function. --- ChangeLog | 5 +++++ lib/pipe-filter.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7c09a0889..16b454017 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-08-22 Reuben Thomas + + pipe-filter: fix comment typo + * lib/pipe-filter.h: Mention correct function. + 2012-08-22 Paul Eggert execinfo: new module diff --git a/lib/pipe-filter.h b/lib/pipe-filter.h index 49e83a348..5dec72c71 100644 --- a/lib/pipe-filter.h +++ b/lib/pipe-filter.h @@ -167,7 +167,7 @@ struct pipe_filter_gi; true, otherwise return NULL and set errno. The caller will write to the subprocess through pipe_filter_gi_write - and finally call pipe_filter_gi_write. During such calls, the + and finally call pipe_filter_gi_close. During such calls, the prepare_read and done_read function may be called to process any data that the subprocess has written. -- 2.11.0