Mercurial > emacs
diff src/process.h @ 14036:621a575db6f7
Comment fixes.
| author | Karl Heuer <kwzh@gnu.org> |
|---|---|
| date | Fri, 05 Jan 1996 10:03:17 +0000 |
| parents | ac7375e60931 |
| children | ee40177f6c68 |
line wrap: on
line diff
--- a/src/process.h Fri Jan 05 08:57:33 1996 +0000 +++ b/src/process.h Fri Jan 05 10:03:17 1996 +0000 @@ -87,7 +87,7 @@ are waiting for it. */ extern int synch_process_alive; -/* Communicate exit status of synch process to from sigchld_handler +/* Communicate exit status of sync process to from sigchld_handler to Fcall_process. */ extern int synch_process_retcode; extern char *synch_process_death;
