emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r110924: Update comment to match rece


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110924: Update comment to match recent change.
Date: Sat, 17 Nov 2012 10:30:16 -0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110924
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Sat 2012-11-17 10:30:16 -0800
message:
  Update comment to match recent change.
modified:
  src/process.c
=== modified file 'src/process.c'
--- a/src/process.c     2012-11-17 16:46:45 +0000
+++ b/src/process.c     2012-11-17 18:30:16 +0000
@@ -6283,8 +6283,8 @@
 {
 #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;


reply via email to

[Prev in Thread] Current Thread [Next in Thread]