]> git.wh0rd.org Git - nano.git/commitdiff
comment fix
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 26 Oct 2006 15:55:39 +0000 (15:55 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 26 Oct 2006 15:55:39 +0000 (15:55 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3915 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
src/nano.c

index c729e1a1e1a324840dac676b3c6b2c0e1122cbcd..0039b9d00e4348d25fda09018e73b9fc04e3194e 100644 (file)
--- 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:
index 5ffad64bb63a8151950efb1e5ba1639c19bcce06..43cf81ee120746731372ca300240e476b55f3b7b 100644 (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);