From: Jim Meyering Date: Sun, 6 Jun 2004 19:18:49 +0000 (+0000) Subject: fix typo in comment X-Git-Tag: v5.3.0~1396 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9011b529175e85d95fe2b597f77bce714fc8e85c;p=thirdparty%2Fcoreutils.git fix typo in comment --- diff --git a/src/tr.c b/src/tr.c index 0cbdb2b3c7..18568c411b 100644 --- a/src/tr.c +++ b/src/tr.c @@ -42,7 +42,7 @@ enum { N_CHARS = UCHAR_MAX + 1 }; static inline unsigned char uchar (char ch) { return ch; } /* An unsigned integer type big enough to hold a repeat count or an - unsigned character. POSIX require support for repeat counts as + unsigned character. POSIX requires support for repeat counts as high as 2**31 - 1. Since repeat counts might need to expand to match the length of an argument string, we need at least size_t to avoid arbitrary internal limits. It doesn't cost much to use