From a2e87ae6d1b425ec6aa34579c2f97880ec0727ff Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 27 Aug 2001 08:46:08 +0000 Subject: [PATCH] Tweak comment. --- lib/strtoxmax.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3