]> git.wh0rd.org Git - nano.git/commitdiff
comment fix
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Sun, 11 Jun 2006 19:14:14 +0000 (19:14 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Sun, 11 Jun 2006 19:14:14 +0000 (19:14 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3656 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/text.c

index f1ccb397b0607ddeb3de6fcf7aa05caa94ded430..6fee70c73f9e658a46fe4083e742112c929a0c8b 100644 (file)
@@ -559,8 +559,8 @@ bool do_wrap(filestruct *line)
     /* Step 1, finding where to wrap.  We are going to add a new line
      * after a blank character.  In this step, we call break_line() to
      * get the location of the last blank we can break the line at, and
-     * and set wrap_loc to the location of the character after it, so
-     * that the blank is preserved at the end of the line.
+     * set wrap_loc to the location of the character after it, so that
+     * the blank is preserved at the end of the line.
      *
      * If there is no legal wrap point, or we reach the last character
      * of the line while trying to find one, we should return without