From f0134ea9b267ba834d72ae79d2ccc9dc7d78198f Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Wed, 12 Apr 2006 21:45:41 +0000 Subject: [PATCH] comment fix git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3370 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- src/rcfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rcfile.c b/src/rcfile.c index a93aadce..b40bbf90 100644 --- a/src/rcfile.c +++ b/src/rcfile.c @@ -753,7 +753,7 @@ void parse_rcfile(FILE *rcstream) } /* The main rcfile function. It tries to open the system-wide rcfile, - * followed by the local rcfile. */ + * followed by the current user's rcfile. */ void do_rcfile(void) { struct stat rcinfo; -- 2.39.5