X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fregexec.c;h=7d130a0a0219a7a6e280d4632dd156e4b33161c2;hb=77cef2022004c4066e805da09a83b2c77f17bdd3;hp=92efb4427647718fc5f03dce1641377955e09729;hpb=e1baaf8d7c7da5c45041f3ecaf227dfd03c01891;p=gnulib.git diff --git a/lib/regexec.c b/lib/regexec.c index 92efb4427..7d130a0a0 100644 --- a/lib/regexec.c +++ b/lib/regexec.c @@ -473,7 +473,7 @@ re_search_stub (struct re_pattern_buffer *bufp, rval = 0; - /* I hope we needn't fill ther regs with -1's when no match was found. */ + /* I hope we needn't fill their regs with -1's when no match was found. */ if (result != REG_NOERROR) rval = result == REG_NOMATCH ? -1 : -2; else if (regs != NULL)