From: David Lawrence Ramsey Date: Wed, 17 Nov 2004 17:44:29 +0000 (+0000) Subject: comment fix X-Git-Tag: v1.3.5~15 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=4db3d0adf78d732d97cdc572003cc9af839f98b5;p=nano.git comment fix git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2105 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/src/nano.c b/src/nano.c index 3eab50c9..f79b2c7e 100644 --- a/src/nano.c +++ b/src/nano.c @@ -2352,9 +2352,9 @@ void do_para_end(void) edit_redraw(old_current, old_pww); } -/* Put the next par_len lines, starting with first_line, in the cut - * buffer, not allowing them to be concatenated. We assume there are - * enough lines after first_line. We leave copies of the lines in +/* Put the next par_len lines, starting with first_line, in the + * cutbuffer, not allowing them to be concatenated. We assume there + * are enough lines after first_line. We leave copies of the lines in * place, too. We return the new copy of first_line. */ filestruct *backup_lines(filestruct *first_line, size_t par_len, size_t quote_len)