]> git.wh0rd.org Git - nano.git/commitdiff
comment fix
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Sun, 4 Sep 2005 03:29:47 +0000 (03:29 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Sun, 4 Sep 2005 03:29:47 +0000 (03:29 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3013 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/winio.c

index 8b19ffb916e08ae93ef064ba6c35f7bfe7b0f168..05b69f384ce4e4e899dd048cf01d28cdd722ec80 100644 (file)
@@ -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));