emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master a6577d4: * src/process.c (send_process): Fix typo i


From: Charles A. Roelli
Subject: [Emacs-diffs] master a6577d4: * src/process.c (send_process): Fix typo in commentary.
Date: Sat, 1 Sep 2018 06:59:54 -0400 (EDT)

branch: master
commit a6577d4bc4175298ee99fae266b31e3566565ffb
Author: Charles A. Roelli <address@hidden>
Commit: Charles A. Roelli <address@hidden>

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

diff --git a/src/process.c b/src/process.c
index ff81485..9d03eb9 100644
--- a/src/process.c
+++ b/src/process.c
@@ -6410,7 +6410,7 @@ send_process (Lisp_Object proc, const char *buf, 
ptrdiff_t len,
                    }
 #endif /* BROKEN_PTY_READ_AFTER_EAGAIN */
 
-                 /* Put what we should have written in wait_queue.  */
+                 /* Put what we should have written in write_queue.  */
                  write_queue_push (p, cur_object, cur_buf, cur_len, 1);
                  wait_reading_process_output (0, 20 * 1000 * 1000,
                                               0, 0, Qnil, NULL, 0);



reply via email to

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