aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/regengine.inc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Support/regengine.inc')
-rw-r--r--lib/Support/regengine.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Support/regengine.inc b/lib/Support/regengine.inc
index 7e41f96..62d8c26 100644
--- a/lib/Support/regengine.inc
+++ b/lib/Support/regengine.inc
@@ -205,7 +205,7 @@ matcher(struct re_guts *g, const char *string, size_t nmatch,
if (nmatch == 1 && !g->backrefs)
break; /* no further info needed */
- /* oh my, he wants the subexpressions... */
+ /* oh my, they want the subexpressions... */
if (m->pmatch == NULL)
m->pmatch = (llvm_regmatch_t *)malloc((m->g->nsub + 1) *
sizeof(llvm_regmatch_t));