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

src/rcfile.c

index a93aadcee4c6e73fb23468fa5b28b2e1762185f3..b40bbf9083910e4a815bc619c1d0dc365de13d74 100644 (file)
@@ -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;