comment fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3544 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2006-05-22 01:24:09 +00:00
parent be231d39ad
commit 2829aae635
1 changed files with 2 additions and 2 deletions

View 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);