]> Savannah Git Hosting - gnulib.git/commitdiff
Fix a comment.
authorBruno Haible <bruno@clisp.org>
Fri, 7 Sep 2018 21:39:37 +0000 (23:39 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 7 Sep 2018 21:39:37 +0000 (23:39 +0200)
* tests/test-posix_spawn3.c (parent_main): Fix typo in comment.

ChangeLog
tests/test-posix_spawn3.c

index 1ea5560cb8c8071f8c27697cbe53587953d89c7b..cc3a8581a7fc4ad1fdccfb84d46f447d1afd3954 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-09-07  Bruno Haible  <bruno@clisp.org>
+
+       Fix a comment.
+       * tests/test-posix_spawn3.c (parent_main): Fix typo in comment.
+
 2018-09-07  Bruno Haible  <bruno@clisp.org>
 
        posix_spawn_file_actions_addchdir: Add tests.
index 160d18706cd22c504f4ab733c95375f601d46707..1d5c47f646982fd7acfbba834b953062efc7ab8b 100644 (file)
@@ -82,7 +82,7 @@ parent_main (void)
     }
 
   /* Test whether posix_spawn_file_actions_addopen with this file name
-     actually works, but spawning a child that reads from this file.  */
+     actually works, by spawning a child that reads from this file.  */
   actions_allocated = false;
   if ((err = posix_spawn_file_actions_init (&actions)) != 0
       || (actions_allocated = true,