From 9fa3ccd98a740d51556ea0b94cb42cda6349159a Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 17 Nov 2012 10:30:16 -0800 Subject: [PATCH] Update comment to match recent change. --- src/process.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/process.c b/src/process.c index 5fe6a6540f3..51648187aff 100644 --- a/src/process.c +++ b/src/process.c @@ -6283,8 +6283,8 @@ record_child_status_change (pid_t pid, int w) { #ifdef SIGCHLD - /* On POSIXish hosts, record at most one child only if we already - know one child that has exited. */ + /* Record at most one child only if we already know one child that + has exited. */ bool record_at_most_one_child = 0 <= pid; Lisp_Object tail; -- 2.39.5