]> git.wh0rd.org Git - nano.git/commitdiff
comment fix
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 16 Jun 2005 01:37:13 +0000 (01:37 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 16 Jun 2005 01:37:13 +0000 (01:37 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2689 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/nano.c

index 30e74370b1212be7559d326684eec7004cf013cd..dade7f78c088bbe811b668854e57b15ff467dafa 100644 (file)
@@ -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