summaryrefslogtreecommitdiff
path: root/src/pkg/debug/gosym/symtab.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/debug/gosym/symtab.go')
-rw-r--r--src/pkg/debug/gosym/symtab.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/debug/gosym/symtab.go b/src/pkg/debug/gosym/symtab.go
index 6a60b51e3..9ab05bac2 100644
--- a/src/pkg/debug/gosym/symtab.go
+++ b/src/pkg/debug/gosym/symtab.go
@@ -34,7 +34,7 @@ type Sym struct {
Func *Func
}
-// Static returns whether this symbol is static (not visible outside its file).
+// Static reports whether this symbol is static (not visible outside its file).
func (s *Sym) Static() bool { return s.Type >= 'a' }
// PackageName returns the package part of the symbol name,