diff options
| author | Sean Chen <40845434+two@users.noreply.github.com> | 2019-09-24 03:16:52 +0000 |
|---|---|---|
| committer | Keith Randall <khr@golang.org> | 2019-09-24 05:13:20 +0000 |
| commit | 39ab8db914712dfc4898290f40b41dc8ea2c55a9 (patch) | |
| tree | 7e421cae35290b50a14ad68d8af6242b913ce3e1 /src/runtime | |
| parent | e29d276d55bc0743a0fb66ea4a4967f937153567 (diff) | |
| download | go-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.go | 2 |
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 |
