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

src/text.c

index 6cad78050c7214ea45784d942a664b9378f4c415..15e6f8a50786c7f0ec3a6baca750d8e3ebb68e4b 100644 (file)
@@ -723,8 +723,8 @@ bool do_wrap(filestruct *line)
      * be prepended to the next line. */
     prepend_wrap = TRUE;
 
-    /* Each line knows its line number.  We recalculate these if we
-     * inserted a new line. */
+    /* Each line knows its number.  We recalculate these if we inserted
+     * a new line. */
     if (!prepending)
        renumber(line);