]> git.eshelyaron.com Git - emacs.git/commitdiff
w32proc.c (reap_subprocess): Fix commentary.
authorEli Zaretskii <eliz@gnu.org>
Sat, 15 Dec 2012 11:41:18 +0000 (13:41 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 15 Dec 2012 11:41:18 +0000 (13:41 +0200)
src/w32proc.c

index dd8d6eb856a382fdf612dc58cd1de2dd62008710..3bdd999534067fa5acf398cd29c51820dd175876 100644 (file)
@@ -1087,10 +1087,7 @@ register_child (int pid, int fd)
   fd_info[fd].cp = cp;
 }
 
-/* When a process dies its pipe will break so the reader thread will
-   signal failure to the select emulator.
-   The select emulator then calls this routine to clean up.
-   Since the thread signaled failure we can assume it is exiting.  */
+/* Called from waitpid when a process exits.  */
 static void
 reap_subprocess (child_process *cp)
 {