X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=compat%2Ffnmatch%2Ffnmatch.c;h=14feac7fe179069908df6dbc084b2adcc78c9242;hb=3f189d0ffca46dda01be99a7a8f36b7efacb0a8a;hp=1f4ead5f981688ee9e29ae2ee281e3904c9131f6;hpb=363cfc1716c9192053aaceb7e61e6a3af5699ddd;p=git.git diff --git a/compat/fnmatch/fnmatch.c b/compat/fnmatch/fnmatch.c index 1f4ead5f9..14feac7fe 100644 --- a/compat/fnmatch/fnmatch.c +++ b/compat/fnmatch/fnmatch.c @@ -39,7 +39,7 @@ # include #endif -/* For platform which support the ISO C amendement 1 functionality we +/* For platforms which support the ISO C amendment 1 functionality we support user defined character classes. */ #if defined _LIBC || (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H) /* Solaris 2.5 has a bug: must be included before . */ @@ -90,7 +90,7 @@ # if defined _LIBC || (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H) /* The GNU C library provides support for user-defined character classes - and the functions from ISO C amendement 1. */ + and the functions from ISO C amendment 1. */ # ifdef CHARCLASS_NAME_MAX # define CHAR_CLASS_MAX_LENGTH CHARCLASS_NAME_MAX # else