From 80f55713f194dcf8186458db39fe05f341d80142 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Fri, 30 Aug 2013 20:15:05 +0100 Subject: [PATCH] comment update --- types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types.go b/types.go index b77e1564..e426bebe 100644 --- a/types.go +++ b/types.go @@ -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()