comment fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3370 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2006-04-12 21:45:41 +00:00
parent 5fac171c8b
commit f0134ea9b2
1 changed files with 1 additions and 1 deletions

View 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;