emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 5e7a0873c5: ; * src/process.c (wait_reading_process_output): Fix


From: Eli Zaretskii
Subject: master 5e7a0873c5: ; * src/process.c (wait_reading_process_output): Fix typo.
Date: Mon, 20 Jun 2022 09:09:19 -0400 (EDT)

branch: master
commit 5e7a0873c5f4160948cdd98922d198836f1c6fd1
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * src/process.c (wait_reading_process_output): Fix typo.
---
 src/process.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/process.c b/src/process.c
index 8f65496148..b2847ee172 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]