From 2829aae635862510154a35862e8761f741d67ed3 Mon Sep 17 00:00:00 2001
From: David Lawrence Ramsey <pooka109@gmail.com>
Date: Mon, 22 May 2006 01:24:09 +0000
Subject: [PATCH] comment fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3544 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
---
 src/text.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/text.c b/src/text.c
index 6cad7805..15e6f8a5 100644
--- a/src/text.c
+++ b/src/text.c
@@ -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);
 
-- 
GitLab