(parse_column_count): Adjust comment to match the code.

This commit is contained in:
Jim Meyering
2005-03-20 18:40:40 +00:00
parent 33f2ed5c4d
commit 3feaa088bd
+1 -1
View File
@@ -838,7 +838,7 @@ first_last_page (char const *pages)
/* Parse column count string S, and if it's valid (1 or larger and
within range of the type of `columns') set the global variables
columns and explicit_columns and return true.
Otherwise, return false. */
Otherwise, exit with a diagnostic. */
static void
parse_column_count (char const *s)
{