changeset 17058:4d1be3544907

pipe-filter: fix comment typo * lib/pipe-filter.h: Mention correct function.
author Reuben Thomas <rrt@sc3d.org>
date Wed, 22 Aug 2012 10:52:02 -0600
parents a9db8a0359df
children aa2fec6b7d37
files ChangeLog lib/pipe-filter.h
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-08-22  Reuben Thomas  <rrt@sc3d.org>
+
+	pipe-filter: fix comment typo
+	* lib/pipe-filter.h: Mention correct function.
+
 2012-08-22  Paul Eggert  <eggert@cs.ucla.edu>
 
 	execinfo: new module
--- a/lib/pipe-filter.h
+++ b/lib/pipe-filter.h
@@ -167,7 +167,7 @@
    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.