From 7bcaff70ed92156eb98841ecac3fb5e234822ea3 Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Wed, 6 Aug 2014 14:43:50 -0700 Subject: [PATCH] debug/dwarf: fix typos in comment for UnspecifiedType LGTM=iant, bradfitz R=bradfitz, iant CC=golang-codereviews https://golang.org/cl/120700043 --- src/pkg/debug/dwarf/type.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.48.1