summaryrefslogtreecommitdiff
path: root/src/process.c
diff options
context:
space:
mode:
authorNick Roberts <nickrob@snap.net.nz>2009-08-30 05:00:59 +0000
committerNick Roberts <nickrob@snap.net.nz>2009-08-30 05:00:59 +0000
commit83ccabcc21c2706c93b0296c24d48ba4de2e85b4 (patch)
tree516052cf1c5f917b08fbf75851627fa697663446 /src/process.c
parent77aaaf0e1e287d060c1ee3c5b0cac5b42cbadf86 (diff)
downloademacs-83ccabcc21c2706c93b0296c24d48ba4de2e85b4.tar.gz
*** empty log message ***
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 ed535170214..e65d495e260 100644
--- a/src/process.c
+++ b/src/process.c
@@ -5151,7 +5151,7 @@ wait_reading_process_output (time_limit, microsecs, read_kbd, do_display,
else if (nread == -1 && errno == EIO)
{
/* Clear the descriptor now, so we only raise the
- signal once. Don't do this is `process' is only
+ signal once. Don't do this if `process' is only
a pty. */
if (XPROCESS (proc)->pid != -2)
{