From c1b960947e6124dd13dc9aa07f6302bb8d2a4b72 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Thu, 16 Jun 2005 01:37:13 +0000 Subject: [PATCH] comment fix git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2689 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 30e74370..dade7f78 100644 --- a/src/nano.c +++ b/src/nano.c @@ -198,8 +198,8 @@ void check_die_too_small(void) die(_("Window size is too small for nano...\n")); } -/* Reassign variables that depend on the window size. That is, fill and - * hblank. */ +/* Reinitialize the variables that depend on the window size. That is, + * fill and hblank. */ void resize_variables(void) { #ifndef DISABLE_WRAPJUSTIFY -- 2.39.5