From 1c367b69490ddb41a9170c9daacac114ada5b798 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Sun, 4 Sep 2005 03:29:47 +0000 Subject: [PATCH] comment fix git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3013 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- src/winio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/winio.c b/src/winio.c index 8b19ffb9..05b69f38 100644 --- a/src/winio.c +++ b/src/winio.c @@ -299,8 +299,8 @@ int *get_input(WINDOW *win, size_t input_len) free(key_buffer); key_buffer = NULL; /* If the default keystroke buffer isn't empty, move its - * beginning forward far enough back so that the keystrokes in input - * are no longer at its beginning. */ + * beginning forward far enough so that the keystrokes in input are + * no longer at its beginning. */ } else { memmove(key_buffer, key_buffer + input_len, key_buffer_len * sizeof(int)); -- 2.39.5