From: David Lawrence Ramsey Date: Wed, 12 Apr 2006 22:03:47 +0000 (+0000) Subject: another comment fix X-Git-Tag: v1.3.12~307 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=03ee3326406269c9e4b476063afe64420f86f348;p=nano.git another comment fix git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3371 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/src/rcfile.c b/src/rcfile.c index b40bbf90..68fa19d0 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++;