]> git.wh0rd.org Git - nano.git/commitdiff
comment fix
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 15 Nov 2005 21:29:05 +0000 (21:29 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 15 Nov 2005 21:29:05 +0000 (21:29 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3181 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/search.c

index d87450569fee9001750155fbc2fd5d32421435d0..a2bcdb8c3355e7bed327f6df63fdef887a9015ba 100644 (file)
@@ -285,7 +285,7 @@ bool findnextstr(bool can_display_wrap, bool wholeword, bool
 #endif
        fileptr->data + (openfile->current_x + 1);
 
-    /* Look for needle in searchstr. */
+    /* Look for needle in the current line we're searching. */
     while (TRUE) {
        found = strstrwrapper(fileptr->data, needle, rev_start);