From: Paul Eggert Date: Sat, 17 Nov 2012 18:30:16 +0000 (-0800) Subject: Update comment to match recent change. X-Git-Tag: emacs-24.3.90~173^2~18^2~79 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9fa3ccd98a740d51556ea0b94cb42cda6349159a;p=emacs.git Update comment to match recent change. --- 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;