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:
parent
e359bea8ad
commit
7bcaff70ed
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user