summaryrefslogtreecommitdiff
path: root/compat/fnmatch/fnmatch.c
diff options
context:
space:
mode:
authorLibravatar Michael J Gruber <git@drmicha.warpmail.net>2009-04-22 23:15:56 +0200
committerLibravatar Junio C Hamano <gitster@pobox.com>2009-04-22 19:03:39 -0700
commitb18cc5a3b2f64364d2c7d3560066852728a6c666 (patch)
treeafa6de958d57a68df14e45c1b908694e7c3f67b6 /compat/fnmatch/fnmatch.c
parentFix typos / spelling in comments (diff)
downloadtgif-b18cc5a3b2f64364d2c7d3560066852728a6c666.tar.xz
Fix more typos/spelling in comments
A few more fixes on top of the automatic spell checker generated ones. Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'compat/fnmatch/fnmatch.c')
-rw-r--r--compat/fnmatch/fnmatch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/fnmatch/fnmatch.c b/compat/fnmatch/fnmatch.c
index 03157a4ab5..14feac7fe1 100644
--- a/compat/fnmatch/fnmatch.c
+++ b/compat/fnmatch/fnmatch.c
@@ -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>. */