diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2017-10-09 22:53:19 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2017-10-09 22:55:06 -0700 |
commit | 5d51403ceb9b86a1bfa66f00c7af39f1200e65f1 (patch) | |
tree | 66e10eb5d1a72390812ac8e71f4dc1dc2c7d6ba3 /src/w32proc.c | |
parent | 0d004ed01abb5fa025bdc9d58fce2a3abff0b6a4 (diff) | |
download | emacs-5d51403ceb9b86a1bfa66f00c7af39f1200e65f1.tar.gz |
; Typo fixes, mostly repeated words
Diffstat (limited to 'src/w32proc.c')
-rw-r--r-- | src/w32proc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32proc.c b/src/w32proc.c index ca59f995e63..0046c9e85dc 100644 --- a/src/w32proc.c +++ b/src/w32proc.c @@ -838,7 +838,7 @@ alarm (int seconds) updates the status of the read accordingly, and signals the 2nd event object, char_avail, on whose handle sys_select is waiting. This tells sys_select that the file descriptor - allocated for the subprocess or the the stream is ready to be + allocated for the subprocess or the stream is ready to be read from. When the subprocess exits or the network/serial stream is closed, |