Commit 1274847d authored by Mikio Hara's avatar Mikio Hara

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: 's avatarIan Gudger <igudger@google.com>
Reviewed-by: 's avatarBrad Fitzpatrick <bradfitz@golang.org>
parent d997483c
...@@ -1209,7 +1209,7 @@ func (b *Builder) Finish() ([]byte, error) { ...@@ -1209,7 +1209,7 @@ func (b *Builder) Finish() ([]byte, error) {
return b.msg, nil return b.msg, nil
} }
// An ResourceHeader is the header of a DNS resource record. There are // A ResourceHeader is the header of a DNS resource record. There are
// many types of DNS resource records, but they all share the same header. // many types of DNS resource records, but they all share the same header.
type ResourceHeader struct { type ResourceHeader struct {
// Name is the domain name for which this resource record pertains. // Name is the domain name for which this resource record pertains.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment