]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Polish docs for ACLRegexData
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 27 Jul 2015 20:09:57 +0000 (13:09 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 27 Jul 2015 20:09:57 +0000 (13:09 -0700)
src/acl/RegexData.cc

index 5633be9298a3e2f67409583a4228d1d5fbef188c..209826219257830cb236fbb5a98f4615f3c1eac9 100644 (file)
@@ -126,7 +126,7 @@ compileRE(std::list<RegexPattern> &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