From: David Lawrence Ramsey Date: Thu, 26 Oct 2006 15:55:39 +0000 (+0000) Subject: comment fix X-Git-Tag: v2.0.0~18 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=0c0cafbc19dfe24ef14b56397c7a3289e832333d;p=nano.git comment fix git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3915 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/ChangeLog b/ChangeLog index c729e1a1..0039b9d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,6 @@ CVS code - +- General: + - Miscellaneous comment fixes. (DLR) GNU nano 1.9.99pre3 - 2006.10.25 - chars.c: diff --git a/src/nano.c b/src/nano.c index 5ffad64b..43cf81ee 100644 --- a/src/nano.c +++ b/src/nano.c @@ -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);