comment fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3915 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
David Lawrence Ramsey 2006-10-26 15:55:39 +00:00
parent 76520a8ec4
commit 0c0cafbc19
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
CVS code -
- General:
- Miscellaneous comment fixes. (DLR)
GNU nano 1.9.99pre3 - 2006.10.25
- chars.c:

View File

@ -1922,7 +1922,7 @@ int main(int argc, char **argv)
}
}
/* If the executable filename starts with 'r', we use restricted
/* If the executable filename starts with 'r', enable restricted
* mode. */
if (*(tail(argv[0])) == 'r')
SET(RESTRICTED);