about summary refs log tree commit diff
path: root/third_party/git/compat/regex/regcomp.c
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/compat/regex/regcomp.c')
-rw-r--r--third_party/git/compat/regex/regcomp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/git/compat/regex/regcomp.c b/third_party/git/compat/regex/regcomp.c
index c0d838834a..d1bc09e49b 100644
--- a/third_party/git/compat/regex/regcomp.c
+++ b/third_party/git/compat/regex/regcomp.c
@@ -3462,7 +3462,7 @@ build_equiv_class (bitset_t sbcset, const unsigned char *name)
 	/* This isn't a valid character.  */
 	return REG_ECOLLATE;
 
-      /* Build single byte matcing table for this equivalence class.  */
+      /* Build single byte matching table for this equivalence class.  */
       char_buf[1] = (unsigned char) '\0';
       len = weights[idx1 & 0xffffff];
       for (ch = 0; ch < SBC_MAX; ++ch)