From a6577d4bc4175298ee99fae266b31e3566565ffb Mon Sep 17 00:00:00 2001 From: "Charles A. Roelli" Date: Sat, 1 Sep 2018 13:00:28 +0200 Subject: [PATCH] * 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 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); -- 2.39.5