reflect: fix reference comment to runtime/map.go

Change-Id: Icb552dc7106afbf6bd4bd3660d632f174153f834
Reviewed-on: https://go-review.googlesource.com/c/go/+/408914
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
This commit is contained in:
Koichi Shiraishi 2022-05-27 05:49:07 +09:00 committed by Gopher Robot
parent 0e3d0c9581
commit 91baf5cecc

View file

@ -2232,7 +2232,7 @@ func hashMightPanic(t *rtype) bool {
}
}
// Make sure these routines stay in sync with ../../runtime/map.go!
// Make sure these routines stay in sync with ../runtime/map.go!
// These types exist only for GC, so we only fill out GC relevant info.
// Currently, that's just size and the GC program. We also fill in string
// for possible debugging use.