1
0
mirror of https://github.com/golang/go synced 2024-11-12 10:30:23 -07:00

debug/dwarf: fix typos in comment for UnspecifiedType

LGTM=iant, bradfitz
R=bradfitz, iant
CC=golang-codereviews
https://golang.org/cl/120700043
This commit is contained in:
Rob Pike 2014-08-06 14:43:50 -07:00
parent e359bea8ad
commit 7bcaff70ed

View File

@ -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
}