diff --git a/src/rcfile.c b/src/rcfile.c index b40bbf9083910e4a815bc619c1d0dc365de13d74..68fa19d03de37d463ff598fb7be1eb64f5b9e890 100644 --- a/src/rcfile.c +++ b/src/rcfile.c @@ -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++;