diff options
Diffstat (limited to 'plugin/test/helpers.go')
-rw-r--r-- | plugin/test/helpers.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/test/helpers.go b/plugin/test/helpers.go index 21fb277c0..fa89f9218 100644 --- a/plugin/test/helpers.go +++ b/plugin/test/helpers.go @@ -248,7 +248,7 @@ func Section(tc Case, sec sect, rr []dns.RR) error { return nil } -// CNAMEOrder makes sure that CNAMES do not appear after their target records +// CNAMEOrder makes sure that CNAMES do not appear after their target records. func CNAMEOrder(res *dns.Msg) error { for i, c := range res.Answer { if c.Header().Rrtype != dns.TypeCNAME { |