]> code.delx.au - gnu-emacs/blobdiff - src/w32proc.c
(Fset_char_table_parent): Fix previous change.
[gnu-emacs] / src / w32proc.c
index b2df278a0dc92a2a89736418955948c3d916e63f..b4bd6394ae7d35717c60f743fce23211d93f86cd 100644 (file)
@@ -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)