Skip to content

Commit 1274847

Browse files
committed
dns/dnsmessage: fix a typo
Change-Id: I288f01233defe6c673ef9dd5ec79353d3663a9af Reviewed-on: https://go-review.googlesource.com/46790 Run-TryBot: Mikio Hara <mikioh.mikioh@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Ian Gudger <igudger@google.com> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
1 parent d997483 commit 1274847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dns/dnsmessage/message.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1209,7 +1209,7 @@ func (b *Builder) Finish() ([]byte, error) {
12091209
return b.msg, nil
12101210
}
12111211

1212-
// An ResourceHeader is the header of a DNS resource record. There are
1212+
// A ResourceHeader is the header of a DNS resource record. There are
12131213
// many types of DNS resource records, but they all share the same header.
12141214
type ResourceHeader struct {
12151215
// Name is the domain name for which this resource record pertains.

0 commit comments

Comments
 (0)