From: Charles A. Roelli Date: Sat, 1 Sep 2018 11:00:28 +0000 (+0200) Subject: * src/process.c (send_process): Fix typo in commentary. X-Git-Tag: emacs-27.0.90~4473 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a6577d4bc4175298ee99fae266b31e3566565ffb;p=emacs.git * src/process.c (send_process): Fix typo in commentary. --- diff --git a/src/process.c b/src/process.c index ff81485d261..9d03eb9774d 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);