From: Amos Jeffries Date: Mon, 27 Jul 2015 20:09:57 +0000 (-0700) Subject: Polish docs for ACLRegexData X-Git-Tag: M-staged-PR71~362^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31beb6e799f069592292844e09cfaa736604e4ba;p=thirdparty%2Fsquid.git Polish docs for ACLRegexData --- diff --git a/src/acl/RegexData.cc b/src/acl/RegexData.cc index 5633be9298..2098262192 100644 --- a/src/acl/RegexData.cc +++ b/src/acl/RegexData.cc @@ -126,7 +126,7 @@ compileRE(std::list &curlist, const char * RE, const decltype(Rege } /** Compose and compile one large RE from a set of (small) REs. - * The ultimate goal is to have only one RE per ACL so that regexec() is + * The ultimate goal is to have only one RE per ACL so that match() is * called only once per ACL. */ static int