From: Bruno Haible <bruno@clisp.org>
Date: Fri, 7 Sep 2018 21:39:37 +0000 (+0200)
Subject: Fix a comment.
X-Git-Tag: v1.0~5433
X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=730e9ea264ae957e8c4fed85b9f72757cdfbe1fb;p=gnulib.git

Fix a comment.

* tests/test-posix_spawn3.c (parent_main): Fix typo in comment.
---

diff --git a/ChangeLog b/ChangeLog
index 1ea5560cb8..cc3a8581a7 100644
--- 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.
diff --git a/tests/test-posix_spawn3.c b/tests/test-posix_spawn3.c
index 160d18706c..1d5c47f646 100644
--- a/tests/test-posix_spawn3.c
+++ b/tests/test-posix_spawn3.c
@@ -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,