changeset 3386:8c62a53d29e7

Tweak comment.
author Jim Meyering <jim@meyering.net>
date Mon, 27 Aug 2001 08:46:08 +0000
parents 61066083ba94
children a33ac70b3f65
files lib/strtoxmax.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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