diff options
| author | bestgopher <84328409@qq.com> | 2023-10-18 00:13:21 +0000 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2023-10-18 00:24:39 +0000 |
| commit | 416bc85f6111ad25aa5e25e2d2fe3cbad2a16758 (patch) | |
| tree | 01b9280d9be4213cd30dfe4cda05d1f4f48db219 /src/runtime/runtime2.go | |
| parent | ab2e3ce77c3935b38a954c7fb720875e9173dddd (diff) | |
| download | go-416bc85f6111ad25aa5e25e2d2fe3cbad2a16758.tar.xz | |
runtime: fix comments for itab
The function WriteTabs has been renamed WritePluginTable.
Change-Id: I5f04b99b91498c41121f898cb7774334a730d7b4
GitHub-Last-Rev: c98ab3f87210cef9146a1aec97e2f1f4a2bc0593
GitHub-Pull-Request: golang/go#63595
Reviewed-on: https://go-review.googlesource.com/c/go/+/535996
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Run-TryBot: Keith Randall <khr@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
Diffstat (limited to 'src/runtime/runtime2.go')
| -rw-r--r-- | src/runtime/runtime2.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/runtime2.go b/src/runtime/runtime2.go index 34f66d4ada..8bda2f7337 100644 --- a/src/runtime/runtime2.go +++ b/src/runtime/runtime2.go @@ -960,7 +960,7 @@ type funcinl struct { // layout of Itab known to compilers // allocated in non-garbage-collected memory // Needs to be in sync with -// ../cmd/compile/internal/reflectdata/reflect.go:/^func.WriteTabs. +// ../cmd/compile/internal/reflectdata/reflect.go:/^func.WritePluginTable. type itab struct { inter *interfacetype _type *_type |
