]> code.delx.au - gnu-emacs/blobdiff - src/w32proc.c
(move_it_vertically_backward): Eliminate two xasserts.
[gnu-emacs] / src / w32proc.c
index 8452337f7e2f07a53bea0147098d0928f90ba084..9abee2bf0c289f9e5561eb35fea97091be2e7dac 100644 (file)
@@ -1218,7 +1218,7 @@ count_children:
     {
       DebPrint (("select.WaitForMultipleObjects (%d, %lu) failed with %lu\n",
                 nh + nc, timeout_ms, GetLastError ()));
-      /* don't return EBADF - this causes wait_reading_process_input to
+      /* don't return EBADF - this causes wait_reading_process_output to
         abort; WAIT_FAILED is returned when single-stepping under
         Windows 95 after switching thread focus in debugger, and
         possibly at other times. */