]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
fix typo in comment
authorJim Meyering <jim@meyering.net>
Sun, 6 Jun 2004 19:18:49 +0000 (19:18 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 6 Jun 2004 19:18:49 +0000 (19:18 +0000)
src/tr.c

index 0cbdb2b3c7b924cfb7a2aef7f01a5d50d08e416a..18568c411b9345dabe210d79a9754bc99c167fc0 100644 (file)
--- 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