From: David Lawrence Ramsey Date: Mon, 22 May 2006 01:24:09 +0000 (+0000) Subject: comment fix X-Git-Tag: v1.3.12~136 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=2829aae635862510154a35862e8761f741d67ed3;p=nano.git comment fix git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3544 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- 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);