]> Cypherpunks repositories - gostls13.git/commitdiff
debug/gosym: fix typo in comment
authorIan Lance Taylor <iant@golang.org>
Sat, 14 Mar 2015 01:16:21 +0000 (18:16 -0700)
committerIan Lance Taylor <iant@golang.org>
Sat, 14 Mar 2015 01:28:30 +0000 (01:28 +0000)
Change-Id: Ieb13359c5bbe26bbf7baaaa8eb63d5e90bdefdd8
Reviewed-on: https://go-review.googlesource.com/7591
Reviewed-by: Minux Ma <minux@golang.org>
src/debug/gosym/symtab.go

index ee18499d111a8ef359c1a2b8c67a3d67a2f4be35..46f07833442b28c7e111ee3caa96b7f6e6654780 100644 (file)
@@ -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
 }