aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorCharles A. Roelli2018-09-01 13:00:28 +0200
committerCharles A. Roelli2018-09-01 13:00:28 +0200
commita6577d4bc4175298ee99fae266b31e3566565ffb (patch)
tree7e2f1bf62044b843d06b1dea289b89a3b0ea6e70 /src
parent222b5970c42c2b85df67042c0c5db198859b478a (diff)
downloademacs-a6577d4bc4175298ee99fae266b31e3566565ffb.tar.gz
emacs-a6577d4bc4175298ee99fae266b31e3566565ffb.zip
* src/process.c (send_process): Fix typo in commentary.
Diffstat (limited to 'src')
-rw-r--r--src/process.c2
1 files changed, 1 insertions, 1 deletions
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,
6410 } 6410 }
6411#endif /* BROKEN_PTY_READ_AFTER_EAGAIN */ 6411#endif /* BROKEN_PTY_READ_AFTER_EAGAIN */
6412 6412
6413 /* Put what we should have written in wait_queue. */ 6413 /* Put what we should have written in write_queue. */
6414 write_queue_push (p, cur_object, cur_buf, cur_len, 1); 6414 write_queue_push (p, cur_object, cur_buf, cur_len, 1);
6415 wait_reading_process_output (0, 20 * 1000 * 1000, 6415 wait_reading_process_output (0, 20 * 1000 * 1000,
6416 0, 0, Qnil, NULL, 0); 6416 0, 0, Qnil, NULL, 0);