summaryrefslogtreecommitdiff
path: root/src/process.c
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2022-06-20 16:08:46 +0300
committerEli Zaretskii <eliz@gnu.org>2022-06-20 16:08:46 +0300
commit5e7a0873c5f4160948cdd98922d198836f1c6fd1 (patch)
tree1748ce45d1eacead398192d6aa6a38e61441414f /src/process.c
parent0c8bc8e6d93d901c96770f798f41cb6aaafdb678 (diff)
downloademacs-5e7a0873c5f4160948cdd98922d198836f1c6fd1.tar.gz
; * src/process.c (wait_reading_process_output): 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 8f654961482..b2847ee1725 100644
--- a/src/process.c
+++ b/src/process.c
@@ -5494,7 +5494,7 @@ wait_reading_process_output (intmax_t time_limit, int nsecs, int read_kbd,
no_avail = 0;
if ((read_kbd
/* The following code doesn't make any sense for just the
- wait_or_cell case, because detect_input_pending returns
+ wait_for_cell case, because detect_input_pending returns
whether or not the keyboard buffer isn't empty or there
is mouse movement. Any keyboard input that arrives
while waiting for a cell will cause the select call to