diff src/w32term.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 358a5c0b4571
children 4cec0243673a 22658e29bd48 d8411455de48
line wrap: on
line diff
--- a/src/w32term.c	Fri Aug 20 10:33:25 2004 +0000
+++ b/src/w32term.c	Fri Aug 20 10:34:12 2004 +0000
@@ -4570,7 +4570,7 @@
 		  f->async_visible = 1;
 		  f->async_iconified = 0;
 
-		  /* wait_reading_process_input will notice this and update
+		  /* wait_reading_process_output will notice this and update
 		     the frame's display structures.  */
 		  SET_FRAME_GARBAGED (f);