aboutsummaryrefslogtreecommitdiff
path: root/src/debug
diff options
context:
space:
mode:
authorcui fliter <imcusg@gmail.com>2022-11-04 10:45:43 +0800
committerGopher Robot <gobot@golang.org>2022-11-04 22:36:12 +0000
commita74985092c14784db86fdf391b9cf939e1b06f2f (patch)
tree1e5b9512c9d3b832667abfc74e7405a3364df53c /src/debug
parentd9cc39b25c8ebef5a976e34848dc3c5216108f07 (diff)
downloadgo-a74985092c14784db86fdf391b9cf939e1b06f2f.tar.xz
all: fix function names in comments
Change-Id: I871a747b4b47bccc889f2fdc93a2bcebb041b719 Reviewed-on: https://go-review.googlesource.com/c/go/+/447895 Reviewed-by: Ian Lance Taylor <iant@google.com> Reviewed-by: Robert Griesemer <gri@google.com> Auto-Submit: Ian Lance Taylor <iant@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Ian Lance Taylor <iant@google.com>
Diffstat (limited to 'src/debug')
-rw-r--r--src/debug/plan9obj/file.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug/plan9obj/file.go b/src/debug/plan9obj/file.go
index 81ece2c3e0..ad74c72eea 100644
--- a/src/debug/plan9obj/file.go
+++ b/src/debug/plan9obj/file.go
@@ -260,7 +260,7 @@ func walksymtab(data []byte, ptrsz int, fn func(sym) error) error {
return nil
}
-// NewTable decodes the Go symbol table in data,
+// newTable decodes the Go symbol table in data,
// returning an in-memory representation.
func newTable(symtab []byte, ptrsz int) ([]Sym, error) {
var n int