]> git.wh0rd.org Git - nano.git/commitdiff
another comment fix
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Wed, 12 Apr 2006 22:03:47 +0000 (22:03 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Wed, 12 Apr 2006 22:03:47 +0000 (22:03 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3371 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/rcfile.c

index b40bbf9083910e4a815bc619c1d0dc365de13d74..68fa19d03de37d463ff598fb7be1eb64f5b9e890 100644 (file)
@@ -550,7 +550,7 @@ void parse_rcfile(FILE *rcstream)
        char *ptr, *keyword, *option;
        int set = 0, i;
 
-       /* Ignore the \n. */
+       /* Ignore the newline. */
        buf[len - 1] = '\0';
 
        lineno++;