summaryrefslogtreecommitdiff
path: root/src/w32proc.c
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1996-01-05 10:03:17 +0000
committerKarl Heuer <kwzh@gnu.org>1996-01-05 10:03:17 +0000
commit8e6208c5d2c91d70f2338d1c3d788e194c6c9d52 (patch)
tree8f5bfe00dcb80384d562fad62d2166df9b06bec0 /src/w32proc.c
parent34035df32674d5a6a4eb4112dfa5ea69b4dec64f (diff)
downloademacs-8e6208c5d2c91d70f2338d1c3d788e194c6c9d52.tar.gz
Comment fixes.
Diffstat (limited to 'src/w32proc.c')
-rw-r--r--src/w32proc.c2
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)