]> git.wh0rd.org Git - nano.git/commitdiff
minor comment fix
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Wed, 22 Oct 2003 16:27:18 +0000 (16:27 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Wed, 22 Oct 2003 16:27:18 +0000 (16:27 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1574 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/nano.h

index 38d973b97631e3e884c1400fea80518902c09952..27a367ceb4be433ab31b3becf8c293499835f3ba 100644 (file)
@@ -89,7 +89,7 @@
 #define strncasecmp nstrnicmp
 #endif
 
-/* Note: ERR is defined as -1, so to avoid duplicate case values when
+/* Assume ERR is defined as -1.  To avoid duplicate case values when
    some key definitions are missing, we have to set these all to
    different negative values other than -1. */