changeset 39830:bce09b317af9

Fix a comment. * tests/test-posix_spawn3.c (parent_main): Fix typo in comment.
author Bruno Haible <bruno@clisp.org>
date Fri, 07 Sep 2018 23:39:37 +0200
parents aa6d47aae153
children 47cca1921b32
files ChangeLog tests/test-posix_spawn3.c
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Sep 07 23:38:53 2018 +0200
+++ b/ChangeLog	Fri Sep 07 23:39:37 2018 +0200
@@ -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.
--- a/tests/test-posix_spawn3.c	Fri Sep 07 23:38:53 2018 +0200
+++ b/tests/test-posix_spawn3.c	Fri Sep 07 23:39:37 2018 +0200
@@ -82,7 +82,7 @@
     }
 
   /* 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,