From 650c8f2a06f138d795d0188ec8276638e13f7c9d Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Tue, 20 May 2014 17:11:11 +0000 Subject: Clean up language and grammar. Based on a patch by jfcaron3@gmail.com! PR19806 llvm-svn: 209216 --- llvm/lib/Support/regengine.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Support/regengine.inc') diff --git a/llvm/lib/Support/regengine.inc b/llvm/lib/Support/regengine.inc index 7e41f96f359..62d8c267f22 100644 --- a/llvm/lib/Support/regengine.inc +++ b/llvm/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)); -- cgit v1.2.3