better docs

This commit is contained in:
Miek Gieben 2012-07-17 11:41:55 +02:00
parent c466f40e95
commit 728131f756
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ type ZoneData struct {
RR map[uint16][]RR // Map of the RR type to the RR
// DNSSEC signatures for the RRsets
Signatures []*RR_RRSIG
// Always false, except for glue... TODO(mg)
// Always false, except for NSsets the differs from z.Origin
NonAuth bool
}