aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
diff options
context:
space:
mode:
authorSean Chen <40845434+two@users.noreply.github.com>2019-09-24 03:16:52 +0000
committerKeith Randall <khr@golang.org>2019-09-24 05:13:20 +0000
commit39ab8db914712dfc4898290f40b41dc8ea2c55a9 (patch)
tree7e421cae35290b50a14ad68d8af6242b913ce3e1 /src/runtime
parente29d276d55bc0743a0fb66ea4a4967f937153567 (diff)
downloadgo-39ab8db914712dfc4898290f40b41dc8ea2c55a9.tar.xz
runtime: update runtime2.go itab comments about sync struct
`cmd/compile/internal/gc/reflect.go:/^func.dumptypestructs` was modified many times, now is `cmd/compile/internal/gc/reflect.go:/^func.dumptabs` Change-Id: Ie949a5bee7878c998591468a04f67a8a70c61da7 GitHub-Last-Rev: 9ecc26985ef18c8e870649b46419db0a9c72054f GitHub-Pull-Request: golang/go#34489 Reviewed-on: https://go-review.googlesource.com/c/go/+/197037 Reviewed-by: Keith Randall <khr@golang.org>
Diffstat (limited to 'src/runtime')
-rw-r--r--src/runtime/runtime2.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/runtime2.go b/src/runtime/runtime2.go
index 16c02cd1ed..2d68721701 100644
--- a/src/runtime/runtime2.go
+++ b/src/runtime/runtime2.go
@@ -726,7 +726,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/gc/reflect.go:/^func.dumptypestructs.
+// ../cmd/compile/internal/gc/reflect.go:/^func.dumptabs.
type itab struct {
inter *interfacetype
_type *_type