diff src/msdos.c @ 56729:e6e0caa7ec87

Rename wait_reading_process_input to wait_reading_process_output.
author Kim F. Storm <storm@cua.dk>
date Fri, 20 Aug 2004 10:34:12 +0000
parents b6377908f1d4
children 79225007cc58 22658e29bd48 d8411455de48
line wrap: on
line diff
--- a/src/msdos.c	Fri Aug 20 10:33:25 2004 +0000
+++ b/src/msdos.c	Fri Aug 20 10:34:12 2004 +0000
@@ -5102,7 +5102,7 @@
 
 /* Only event queue is checked.  */
 /* We don't have to call timer_check here
-   because wait_reading_process_input takes care of that.  */
+   because wait_reading_process_output takes care of that.  */
 int
 sys_select (nfds, rfds, wfds, efds, timeout)
      int nfds;