From 6e3cf70e684cb9a766b3cfb39a6e16a7bcf9fdc1 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 13 Mar 2015 18:16:21 -0700 Subject: [PATCH] debug/gosym: fix typo in comment Change-Id: Ieb13359c5bbe26bbf7baaaa8eb63d5e90bdefdd8 Reviewed-on: https://go-review.googlesource.com/7591 Reviewed-by: Minux Ma --- src/debug/gosym/symtab.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.48.1