diff options
Diffstat (limited to 'src/getchar.c')
-rw-r--r-- | src/getchar.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/getchar.c b/src/getchar.c index 62e0c9bf61..a27f5f0036 100644 --- a/src/getchar.c +++ b/src/getchar.c @@ -2574,9 +2574,8 @@ fix_input_buffer ( #if defined(USE_INPUT_BUF) || defined(PROTO) /* * Return TRUE when bytes are in the input buffer or in the typeahead buffer. - * Normally the input buffer would be sufficient, but the server_to_input_buf() - * or feedkeys() may insert characters in the typeahead buffer while we are - * waiting for input to arrive. + * Normally the input buffer would be sufficient, but feedkeys() may insert + * characters in the typeahead buffer while we are waiting for input to arrive. */ int input_available(void) { |