summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-08-27 08:46:08 +0000
committerJim Meyering <jim@meyering.net>2001-08-27 08:46:08 +0000
commita2e87ae6d1b425ec6aa34579c2f97880ec0727ff (patch)
tree2b60a11546123ac7c2752bd8bbb210325f7ebe00 /lib
parent482dc4ee3cdd668e863959b90e51d961c2401a09 (diff)
downloadcoreutils-a2e87ae6d1b425ec6aa34579c2f97880ec0727ff.tar.xz
Tweak comment.
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