aboutsummaryrefslogtreecommitdiff
path: root/src/debug
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2015-03-13 18:16:21 -0700
committerIan Lance Taylor <iant@golang.org>2015-03-14 01:28:30 +0000
commit6e3cf70e684cb9a766b3cfb39a6e16a7bcf9fdc1 (patch)
tree4ea09b45610b71030804aa39c611314efff1db96 /src/debug
parent8c3cc58d0c829fdccec0fd858b95836e75baca40 (diff)
downloadgo-6e3cf70e684cb9a766b3cfb39a6e16a7bcf9fdc1.tar.xz
debug/gosym: fix typo in comment
Change-Id: Ieb13359c5bbe26bbf7baaaa8eb63d5e90bdefdd8 Reviewed-on: https://go-review.googlesource.com/7591 Reviewed-by: Minux Ma <minux@golang.org>
Diffstat (limited to 'src/debug')
-rw-r--r--src/debug/gosym/symtab.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug/gosym/symtab.go b/src/debug/gosym/symtab.go
index ee18499d11..46f0783344 100644
--- a/src/debug/gosym/symtab.go
+++ b/src/debug/gosym/symtab.go
@@ -30,7 +30,7 @@ type Sym struct {
Type byte
Name string
GoType uint64
- // If this symbol if a function symbol, the corresponding Func
+ // If this symbol is a function symbol, the corresponding Func
Func *Func
}