aboutsummaryrefslogtreecommitdiff
path: root/plugin/acl/acl.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/acl/acl.go')
-rw-r--r--plugin/acl/acl.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/acl/acl.go b/plugin/acl/acl.go
index 2eea0a27c..ce7b041cb 100644
--- a/plugin/acl/acl.go
+++ b/plugin/acl/acl.go
@@ -81,7 +81,7 @@ RulesCheckLoop:
}
// matchWithPolicies matches the DNS query with a list of ACL polices and returns suitable
-// action agains the query.
+// action against the query.
func matchWithPolicies(policies []policy, w dns.ResponseWriter, r *dns.Msg) action {
state := request.Request{W: w, Req: r}