From: Ian Lance Taylor Date: Sat, 14 Mar 2015 01:16:21 +0000 (-0700) Subject: debug/gosym: fix typo in comment X-Git-Tag: go1.5beta1~1594 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=6e3cf70e684cb9a766b3cfb39a6e16a7bcf9fdc1;p=gostls13.git debug/gosym: fix typo in comment Change-Id: Ieb13359c5bbe26bbf7baaaa8eb63d5e90bdefdd8 Reviewed-on: https://go-review.googlesource.com/7591 Reviewed-by: Minux Ma --- 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 }