]> rtime.felk.cvut.cz Git - git.git/blobdiff - compat/fnmatch/fnmatch.c
Fix more typos/spelling in comments
[git.git] / compat / fnmatch / fnmatch.c
index 03157a4ab5e4aee407d133e9de58c953265c46a3..14feac7fe179069908df6dbc084b2adcc78c9242 100644 (file)
@@ -39,7 +39,7 @@
 # include <stdlib.h>
 #endif
 
-/* For platform which support the ISO C amendment 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: <wchar.h> must be included before <wctype.h>.  */