Commit 6e3cf70e authored by Ian Lance Taylor's avatar Ian Lance Taylor

debug/gosym: fix typo in comment

Change-Id: Ieb13359c5bbe26bbf7baaaa8eb63d5e90bdefdd8
Reviewed-on: https://go-review.googlesource.com/7591Reviewed-by: 's avatarMinux Ma <minux@golang.org>
parent 8c3cc58d
......@@ -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
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment