diff options
author | Karl Heuer <kwzh@gnu.org> | 1996-01-05 10:03:17 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1996-01-05 10:03:17 +0000 |
commit | 8e6208c5d2c91d70f2338d1c3d788e194c6c9d52 (patch) | |
tree | 8f5bfe00dcb80384d562fad62d2166df9b06bec0 /src/w32proc.c | |
parent | 34035df32674d5a6a4eb4112dfa5ea69b4dec64f (diff) | |
download | emacs-8e6208c5d2c91d70f2338d1c3d788e194c6c9d52.tar.gz emacs-8e6208c5d2c91d70f2338d1c3d788e194c6c9d52.tar.bz2 emacs-8e6208c5d2c91d70f2338d1c3d788e194c6c9d52.zip |
Comment fixes.
Diffstat (limited to 'src/w32proc.c')
-rw-r--r-- | src/w32proc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32proc.c b/src/w32proc.c index b2df278a0dc..b4bd6394ae7 100644 --- a/src/w32proc.c +++ b/src/w32proc.c @@ -408,7 +408,7 @@ win32_wait (int *status) } /* Massage the exit code from the process to match the format expected - by the WIFSTOPPED et al macros in syswait.h. Only WIFSIGNALLED and + by the WIFSTOPPED et al macros in syswait.h. Only WIFSIGNALED and WIFEXITED are supported; WIFSTOPPED doesn't make sense under NT. */ if (retval == STATUS_CONTROL_C_EXIT) |