From: Sean Chen <40845434+two@users.noreply.github.com> Date: Tue, 24 Sep 2019 03:16:52 +0000 (+0000) Subject: runtime: update runtime2.go itab comments about sync struct X-Git-Tag: go1.14beta1~1005 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=39ab8db914712dfc4898290f40b41dc8ea2c55a9;p=gostls13.git 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 --- 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