comment update

This commit is contained in:
Miek Gieben 2013-08-30 20:15:05 +01:00
parent 401a5e6429
commit 80f55713f1
1 changed files with 1 additions and 1 deletions

View File

@ -467,7 +467,7 @@ type TXT struct {
}
func (rr *TXT) Header() *RR_Header { return &rr.Hdr }
func (rr *TXT) copy() RR { return &TXT{*rr.Hdr.copyHeader(), rr.Txt} } // this doesn't really copy Txt does it? (TODO?(mg))
func (rr *TXT) copy() RR { return &TXT{*rr.Hdr.copyHeader(), rr.Txt} } // this doesn't really copy Txt does it? TODO(mg)
func (rr *TXT) String() string {
s := rr.Hdr.String()