pipe-filter: fix comment typo
authorReuben Thomas <rrt@sc3d.org>
Wed, 22 Aug 2012 16:52:02 +0000 (10:52 -0600)
committerEric Blake <eblake@redhat.com>
Wed, 22 Aug 2012 16:52:02 +0000 (10:52 -0600)
* lib/pipe-filter.h: Mention correct function.

ChangeLog
lib/pipe-filter.h

index 7c09a08..16b4540 100644 (file)
--- 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
index 49e83a3..5dec72c 100644 (file)
@@ -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.