From: Jim Meyering Date: Mon, 27 Aug 2001 08:46:08 +0000 (+0000) Subject: Tweak comment. X-Git-Tag: TEXTUTILS-2_0_15~280 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a2e87ae6d1b425ec6aa34579c2f97880ec0727ff;p=thirdparty%2Fcoreutils.git Tweak comment. --- diff --git a/lib/strtoxmax.c b/lib/strtoxmax.c index 963d977032..a1fc0c3bcb 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