]> git.wh0rd.org Git - nano.git/commitdiff
still more comment fixes
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 27 Nov 2006 07:28:52 +0000 (07:28 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 27 Nov 2006 07:28:52 +0000 (07:28 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3984 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/global.c

index c4083f6a309665c981b405f146aa306ec5605394..2eb31b3b209a7598cbcd1938f7239c2c5b59a99a 100644 (file)
@@ -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