From 730e9ea264ae957e8c4fed85b9f72757cdfbe1fb Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 7 Sep 2018 23:39:37 +0200 Subject: [PATCH] Fix a comment. * tests/test-posix_spawn3.c (parent_main): Fix typo in comment. --- ChangeLog | 5 +++++ tests/test-posix_spawn3.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1ea5560cb8..cc3a8581a7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2018-09-07 Bruno Haible + + Fix a comment. + * tests/test-posix_spawn3.c (parent_main): Fix typo in comment. + 2018-09-07 Bruno Haible 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, -- 2.39.5