From: Rob Pike Date: Wed, 6 Aug 2014 21:43:50 +0000 (-0700) Subject: debug/dwarf: fix typos in comment for UnspecifiedType X-Git-Tag: go1.4beta1~906 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=7bcaff70ed92156eb98841ecac3fb5e234822ea3;p=gostls13.git debug/dwarf: fix typos in comment for UnspecifiedType LGTM=iant, bradfitz R=bradfitz, iant CC=golang-codereviews https://golang.org/cl/120700043 --- diff --git a/src/pkg/debug/dwarf/type.go b/src/pkg/debug/dwarf/type.go index e59737b0a4..b64333ecc5 100644 --- a/src/pkg/debug/dwarf/type.go +++ b/src/pkg/debug/dwarf/type.go @@ -88,7 +88,7 @@ type AddrType struct { BasicType } -// A UnspecifiedType represents implicit, unknown, ambiguous or nonexistent type. +// An UnspecifiedType represents an implicit, unknown, ambiguous or nonexistent type. type UnspecifiedType struct { BasicType }