# HG changeset patch # User Karl Heuer # Date 764917036 0 # Node ID 9cde1228e2fab009a6be297bd811eb00a8e6996c # Parent c87ae1f141482c247a3cf5da82d7f88b54adf583 Fix typos in comments. diff -r c87ae1f14148 -r 9cde1228e2fa src/process.c --- a/src/process.c Tue Mar 29 04:08:07 1994 +0000 +++ b/src/process.c Tue Mar 29 04:57:16 1994 +0000 @@ -1707,7 +1707,7 @@ 1 to return when input is available, or -1 meaning caller will actually read the input, so don't throw to the quit handler, or - a cons cell, meaning wait wait until its car is non-nil + a cons cell, meaning wait until its car is non-nil (and gobble terminal input into the buffer if any arrives), or a process object, meaning wait until something arrives from that process. The return value is true iff we read some input from @@ -1929,7 +1929,7 @@ /* If there is any, return immediately to give it higher priority than subprocesses */ - /* We used to do his if wait_for_cell, + /* We used to do this if wait_for_cell, but that caused infinite recursion in selection request events. */ if ((XINT (read_kbd)) && detect_input_pending ())