summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/strtoxmax.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/strtoxmax.c b/lib/strtoxmax.c
index 963d97703..a1fc0c3bc 100644
--- a/lib/strtoxmax.c
+++ b/lib/strtoxmax.c
@@ -1,4 +1,4 @@
-/* Convert string representation of a number into an uintmax_t value.
+/* Convert string representation of a number into a uintmax_t or intmax_t value.
Copyright 2001 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify