From: David Lawrence Ramsey Date: Mon, 27 Nov 2006 07:28:52 +0000 (+0000) Subject: still more comment fixes X-Git-Tag: v2.0.2~21 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=b6fb6884caea19796bc9f0f5c9eb0b62a61c27e8;p=nano.git still more comment fixes git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3984 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- 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