From a74985092c14784db86fdf391b9cf939e1b06f2f Mon Sep 17 00:00:00 2001 From: cui fliter Date: Fri, 4 Nov 2022 10:45:43 +0800 Subject: all: fix function names in comments Change-Id: I871a747b4b47bccc889f2fdc93a2bcebb041b719 Reviewed-on: https://go-review.googlesource.com/c/go/+/447895 Reviewed-by: Ian Lance Taylor Reviewed-by: Robert Griesemer Auto-Submit: Ian Lance Taylor TryBot-Result: Gopher Robot Run-TryBot: Ian Lance Taylor --- src/debug/plan9obj/file.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/debug/plan9obj') 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 -- cgit v1.3-5-g9baa