aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
authorPaul Eggert2012-11-17 10:30:16 -0800
committerPaul Eggert2012-11-17 10:30:16 -0800
commit9fa3ccd98a740d51556ea0b94cb42cda6349159a (patch)
tree83e4eb56d347d32beb38681b1cc6871ac02ed46e /src/process.c
parent6ad30855c02908fdd99d9b11943719e185e65ee3 (diff)
downloademacs-9fa3ccd98a740d51556ea0b94cb42cda6349159a.tar.gz
emacs-9fa3ccd98a740d51556ea0b94cb42cda6349159a.zip
Update comment to match recent change.
Diffstat (limited to 'src/process.c')
-rw-r--r--src/process.c4
1 files 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)
6283{ 6283{
6284#ifdef SIGCHLD 6284#ifdef SIGCHLD
6285 6285
6286 /* On POSIXish hosts, record at most one child only if we already 6286 /* Record at most one child only if we already know one child that
6287 know one child that has exited. */ 6287 has exited. */
6288 bool record_at_most_one_child = 0 <= pid; 6288 bool record_at_most_one_child = 0 <= pid;
6289 6289
6290 Lisp_Object tail; 6290 Lisp_Object tail;