minor comment fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1574 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2003-10-22 16:27:18 +00:00
parent f6cf4a7d7c
commit 8bbd1eb89f
1 changed files with 1 additions and 1 deletions

View 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. */