commit f0134ea9b267ba834d72ae79d2ccc9dc7d78198f
parent 5fac171c8b7139d5b6ca41faec20286acb748694
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date: Wed, 12 Apr 2006 21:45:41 +0000
comment fix
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3370 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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;