]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/process.c (send_process): Fix typo in commentary.
authorCharles A. Roelli <charles@aurox.ch>
Sat, 1 Sep 2018 11:00:28 +0000 (13:00 +0200)
committerCharles A. Roelli <charles@aurox.ch>
Sat, 1 Sep 2018 11:00:28 +0000 (13:00 +0200)
src/process.c

index ff81485d261a11965d60f2d4b8553a02880f7629..9d03eb9774dc129db7bf3f4b3d3184d2bd04c7ed 100644 (file)
@@ -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);