aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/debug/dwarf
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2014-08-06 14:43:50 -0700
committerRob Pike <r@golang.org>2014-08-06 14:43:50 -0700
commit7bcaff70ed92156eb98841ecac3fb5e234822ea3 (patch)
treeb93c751f0b7ed4d2a181bdc83a2d096c48713303 /src/pkg/debug/dwarf
parente359bea8ad0b381c1b28dd7c74ca17e17a7f3324 (diff)
downloadgo-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/dwarf')
-rw-r--r--src/pkg/debug/dwarf/type.go2
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
}