diff --git a/ChangeLog b/ChangeLog
index c729e1a1e1a324840dac676b3c6b2c0e1122cbcd..0039b9d00e4348d25fda09018e73b9fc04e3194e 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 5ffad64bb63a8151950efb1e5ba1639c19bcce06..43cf81ee120746731372ca300240e476b55f3b7b 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);