Update comment to match recent change.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 17 Nov 2012 18:30:16 +0000 (10:30 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 17 Nov 2012 18:30:16 +0000 (10:30 -0800)
src/process.c

index 5fe6a65..5164818 100644 (file)
@@ -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;