diff src/process.c @ 45318:b80d723ad7cc

Fix typo.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 16 May 2002 12:00:33 +0000
parents cc30538ffb5c
children 72796bd8bdb5
line wrap: on
line diff
--- a/src/process.c	Thu May 16 11:57:22 2002 +0000
+++ b/src/process.c	Thu May 16 12:00:33 2002 +0000
@@ -3760,7 +3760,7 @@
 #ifdef MAC_OSX
           /* On Mac OS X, the SELECT system call always says input is
              present (for reading) at stdin, even when none is.  This
-             causes the the call to SELECT below to return 1 and
+             causes the call to SELECT below to return 1 and
              status_notify not to be called.  As a result output of
              subprocesses are incorrectly discarded.  */
           FD_CLR (0, &Atemp);