From b6fb6884caea19796bc9f0f5c9eb0b62a61c27e8 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Mon, 27 Nov 2006 07:28:52 +0000 Subject: [PATCH] still more comment fixes git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3984 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- src/global.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/global.c b/src/global.c index c4083f6a..2eb31b3b 100644 --- a/src/global.c +++ b/src/global.c @@ -26,7 +26,7 @@ /* Global variables. */ #ifndef NANO_TINY sigjmp_buf jump_buf; - /* Used to return to main() or the unjustify routine in + /* Used to return to either main() or the unjustify routine in * do_justify() after a SIGWINCH. */ bool jump_buf_main = FALSE; /* Have we set jump_buf so that we return to main() after a