aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
authorJuanma Barranquero2002-05-16 12:00:33 +0000
committerJuanma Barranquero2002-05-16 12:00:33 +0000
commitaa87aafcdef167e1e272d31902a341329c9bbf90 (patch)
tree6cac731d4f201239f88e82cb47895da444fd5b63 /src/process.c
parent6b9483facc8cd5d888e3b5705c9267c38e43643f (diff)
downloademacs-aa87aafcdef167e1e272d31902a341329c9bbf90.tar.gz
emacs-aa87aafcdef167e1e272d31902a341329c9bbf90.zip
Fix typo.
Diffstat (limited to 'src/process.c')
-rw-r--r--src/process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c
index 2c9ca3d9149..226e818fe7c 100644
--- a/src/process.c
+++ b/src/process.c
@@ -3760,7 +3760,7 @@ wait_reading_process_input (time_limit, microsecs, read_kbd, do_display)
3760#ifdef MAC_OSX 3760#ifdef MAC_OSX
3761 /* On Mac OS X, the SELECT system call always says input is 3761 /* On Mac OS X, the SELECT system call always says input is
3762 present (for reading) at stdin, even when none is. This 3762 present (for reading) at stdin, even when none is. This
3763 causes the the call to SELECT below to return 1 and 3763 causes the call to SELECT below to return 1 and
3764 status_notify not to be called. As a result output of 3764 status_notify not to be called. As a result output of
3765 subprocesses are incorrectly discarded. */ 3765 subprocesses are incorrectly discarded. */
3766 FD_CLR (0, &Atemp); 3766 FD_CLR (0, &Atemp);