]> git.wh0rd.org Git - nano.git/commitdiff
comment fix
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Wed, 21 Jun 2006 01:30:00 +0000 (01:30 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Wed, 21 Jun 2006 01:30:00 +0000 (01:30 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3673 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/winio.c

index b7a0b3849e495b5a46a1108b64dc37e136bdac1d..10e44bfb2a4bdef81531c1172f60f778cc6f2fb2 100644 (file)
@@ -3079,7 +3079,7 @@ void do_replace_highlight(bool highlight, const char *word)
        wattron(edit, reverse_attr);
 
 #ifdef HAVE_REGEX_H
-    /* This is so we can show zero-length regexes. */
+    /* This is so we can show zero-length regex matches. */
     if (word_len == 0)
        waddch(edit, ' ');
     else