aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/noder/unified.go
diff options
context:
space:
mode:
authorcui fliter <imcusg@gmail.com>2024-01-02 14:25:45 +0800
committerGopher Robot <gobot@golang.org>2024-04-04 14:29:45 +0000
commit7dd8f39ebac6d8b27c0ad7cf421aa5d71f155220 (patch)
tree098eb7d69ca218cb803f02b18c20956e24ee51ae /src/cmd/compile/internal/noder/unified.go
parentda6cc218cbe22b865ed43a84c1198c5ee15f3371 (diff)
downloadgo-7dd8f39ebac6d8b27c0ad7cf421aa5d71f155220.tar.xz
all: fix some comments
Change-Id: I0ee85161846c13d938213ef04d3a34f690a93e48 Reviewed-on: https://go-review.googlesource.com/c/go/+/553435 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Ian Lance Taylor <iant@google.com> Auto-Submit: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'src/cmd/compile/internal/noder/unified.go')
-rw-r--r--src/cmd/compile/internal/noder/unified.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/compile/internal/noder/unified.go b/src/cmd/compile/internal/noder/unified.go
index da04ac5a2a..bbc58ee340 100644
--- a/src/cmd/compile/internal/noder/unified.go
+++ b/src/cmd/compile/internal/noder/unified.go
@@ -27,7 +27,7 @@ import (
// later.
var localPkgReader *pkgReader
-// LookupMethodFunc returns the ir.Func for an arbitrary full symbol name if
+// LookupFunc returns the ir.Func for an arbitrary full symbol name if
// that function exists in the set of available export data.
//
// This allows lookup of arbitrary functions and methods that aren't otherwise