summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2018-09-07 23:39:37 +0200
committerBruno Haible <bruno@clisp.org>2018-09-07 23:39:37 +0200
commit730e9ea264ae957e8c4fed85b9f72757cdfbe1fb (patch)
tree906afc2e8bb2d716c8405a1f0428d35435e26b4b /tests
parent340de5fed84643e5473777114896864e63231663 (diff)
downloadgnulib-730e9ea264ae957e8c4fed85b9f72757cdfbe1fb.tar.gz
Fix a comment.
* tests/test-posix_spawn3.c (parent_main): Fix typo in comment.
Diffstat (limited to 'tests')
-rw-r--r--tests/test-posix_spawn3.c2
1 files changed, 1 insertions, 1 deletions
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,