diff options
author | Jim Meyering <jim@meyering.net> | 2001-08-27 08:46:08 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-08-27 08:46:08 +0000 |
commit | a2e87ae6d1b425ec6aa34579c2f97880ec0727ff (patch) | |
tree | 2b60a11546123ac7c2752bd8bbb210325f7ebe00 /lib | |
parent | 482dc4ee3cdd668e863959b90e51d961c2401a09 (diff) | |
download | coreutils-a2e87ae6d1b425ec6aa34579c2f97880ec0727ff.tar.xz |
Tweak comment.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/strtoxmax.c | 2 |
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 |