(parse_column_count): Adjust comment to match the code.
authorJim Meyering <jim@meyering.net>
Sun, 20 Mar 2005 18:40:40 +0000 (18:40 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 20 Mar 2005 18:40:40 +0000 (18:40 +0000)
src/pr.c

index 8a84ac841634eb3f8fb995f6d6fad89f90412e3b..e49fa85054353f0e8be9da7a7f0822bc17df95d1 100644 (file)
--- a/src/pr.c
+++ b/src/pr.c
@@ -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)
 {