]> git.wh0rd.org Git - nano.git/commitdiff
comment fix
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 22 May 2006 18:30:09 +0000 (18:30 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 22 May 2006 18:30:09 +0000 (18:30 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3551 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/global.c

index a7a0102d5568c09be6f9406fdad35d0eabcaa7f5..6e4c9c328ee1e43bfc87487abff53ba81c798e8b 100644 (file)
@@ -100,7 +100,7 @@ char *quotestr = NULL;
 regex_t quotereg;
        /* The compiled regular expression from the quoting string. */
 int quoterc;
-       /* Whether it actually compiled. */
+       /* Whether it was compiled successfully. */
 char *quoteerr = NULL;
        /* The error message, if it didn't. */
 #else