Commit 7bcaff70 authored by Rob Pike's avatar Rob Pike

debug/dwarf: fix typos in comment for UnspecifiedType

LGTM=iant, bradfitz
R=bradfitz, iant
CC=golang-codereviews
https://golang.org/cl/120700043
parent e359bea8
......@@ -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
}
......
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