From a1b6997066579d469af72e6e1f30ba35893a6f51 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Tue, 29 Aug 2006 21:18:24 +0000 Subject: [PATCH] comment fix git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3868 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- src/nano.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/nano.c b/src/nano.c index 2e9f8444..5ffad64b 100644 --- a/src/nano.c +++ b/src/nano.c @@ -49,8 +49,8 @@ static struct termios oldterm; static struct sigaction act; /* For all our fun signal handlers. */ -/* Create a new filestruct node. Note that we specifically do not set - * prevnode->next equal to the new line. */ +/* Create a new filestruct node. Note that we do not set prevnode->next + * to the new line. */ filestruct *make_new_node(filestruct *prevnode) { filestruct *newnode = (filestruct *)nmalloc(sizeof(filestruct)); -- 2.39.5