diff options
Diffstat (limited to 'libgo/go/net/dnsmsg.go')
-rw-r--r-- | libgo/go/net/dnsmsg.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/net/dnsmsg.go b/libgo/go/net/dnsmsg.go index afdb44c0ea5..8f6c7b6350c 100644 --- a/libgo/go/net/dnsmsg.go +++ b/libgo/go/net/dnsmsg.go @@ -69,7 +69,7 @@ const ( ) // A dnsStruct describes how to iterate over its fields to emulate -// reflective marshalling. +// reflective marshaling. type dnsStruct interface { // Walk iterates over fields of a structure and calls f // with a reference to that field, the name of the field |