summaryrefslogtreecommitdiff
path: root/src/w32proc.c
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2004-08-20 10:34:12 +0000
committerKim F. Storm <storm@cua.dk>2004-08-20 10:34:12 +0000
commitd64b707cb1e268b4c77a51f064d7e3fd95e3df85 (patch)
tree074754ef3582d7eb255a228a184da4fe5a3fbb9d /src/w32proc.c
parent214d60691b6ecc0c3cf469f70ceab6709c773954 (diff)
downloademacs-d64b707cb1e268b4c77a51f064d7e3fd95e3df85.tar.gz
Rename wait_reading_process_input to wait_reading_process_output.
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 8452337f7e2..9abee2bf0c2 100644
--- a/src/w32proc.c
+++ b/src/w32proc.c
@@ -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. */