summaryrefslogtreecommitdiff
path: root/src/pr.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-03-20 18:40:40 +0000
committerJim Meyering <jim@meyering.net>2005-03-20 18:40:40 +0000
commit3feaa088bdf9dd3532a87d319d195cd0639e7084 (patch)
treec2b6140b59ed77b4f2bc288ead5f88099d42acbb /src/pr.c
parent33f2ed5c4d05d656bd24c0a13d483f85eb197c19 (diff)
downloadcoreutils-3feaa088bdf9dd3532a87d319d195cd0639e7084.tar.xz
(parse_column_count): Adjust comment to match the code.
Diffstat (limited to 'src/pr.c')
-rw-r--r--src/pr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pr.c b/src/pr.c
index 8a84ac841..e49fa8505 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)
{