X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FSupport%2Fregengine.inc;h=62d8c267f22f7843c4257a632dab3f7cdc7c1ba4;hb=285133714f0d995e0e14a77e23a0abe5dfc32d17;hp=7e41f96f359df184462f943277e74791d0660ef6;hpb=454c4ce47963861a6bf159c2700e5a3059fbc298;p=oota-llvm.git diff --git a/lib/Support/regengine.inc b/lib/Support/regengine.inc index 7e41f96f359..62d8c267f22 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));