From: Jim Meyering Date: Sun, 20 Mar 2005 18:40:40 +0000 (+0000) Subject: (parse_column_count): Adjust comment to match the code. X-Git-Tag: CPPI-1_12~1260 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3feaa088bdf9dd3532a87d319d195cd0639e7084;p=thirdparty%2Fcoreutils.git (parse_column_count): Adjust comment to match the code. --- diff --git a/src/pr.c b/src/pr.c index 8a84ac8416..e49fa85054 100644 --- 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) {