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
commit5bd22ef8faca6c75d525ca858303ea7389257cb1 (patch)
treee8552da69ae0f28b512fd096b0759f7a7b72c03c /src/w32proc.c
parented4c7adf5b51fa14a04dbe148f0536e2f9fb64c5 (diff)
downloademacs-5bd22ef8faca6c75d525ca858303ea7389257cb1.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)