diff options
| author | Rob Pike <r@golang.org> | 2014-08-06 14:43:50 -0700 |
|---|---|---|
| committer | Rob Pike <r@golang.org> | 2014-08-06 14:43:50 -0700 |
| commit | 7bcaff70ed92156eb98841ecac3fb5e234822ea3 (patch) | |
| tree | b93c751f0b7ed4d2a181bdc83a2d096c48713303 /src/pkg/debug | |
| parent | e359bea8ad0b381c1b28dd7c74ca17e17a7f3324 (diff) | |
| download | go-7bcaff70ed92156eb98841ecac3fb5e234822ea3.tar.xz | |
debug/dwarf: fix typos in comment for UnspecifiedType
LGTM=iant, bradfitz
R=bradfitz, iant
CC=golang-codereviews
https://golang.org/cl/120700043
Diffstat (limited to 'src/pkg/debug')
| -rw-r--r-- | src/pkg/debug/dwarf/type.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |
