better comment

This commit is contained in:
Miek Gieben 2013-08-31 20:26:24 +01:00
parent b6a2d1fb5e
commit 29232adf26
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ func TestNoRdataUnpack(t *testing.T) {
data := make([]byte, 1024)
for typ, fn := range rr_mk {
if typ == TypeSOA || typ == TypeTSIG || typ == TypeWKS {
// SOA, TSIG will not be seen in dyn. updates?
// SOA, TSIG will not be seen (like this) in dyn. updates?
// WKS is an bug, but...deprecated record.
continue
}