Skip to content

Commit 39ab8db

Browse files
tworandall77
authored andcommitted
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: 9ecc269 GitHub-Pull-Request: #34489 Reviewed-on: https://go-review.googlesource.com/c/go/+/197037 Reviewed-by: Keith Randall <[email protected]>
1 parent e29d276 commit 39ab8db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/runtime2.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,7 @@ type funcinl struct {
726726
// layout of Itab known to compilers
727727
// allocated in non-garbage-collected memory
728728
// Needs to be in sync with
729-
// ../cmd/compile/internal/gc/reflect.go:/^func.dumptypestructs.
729+
// ../cmd/compile/internal/gc/reflect.go:/^func.dumptabs.
730730
type itab struct {
731731
inter *interfacetype
732732
_type *_type

0 commit comments

Comments
 (0)