]> Cypherpunks repositories - gostls13.git/commitdiff
reflect: fix reference comment to runtime/map.go
authorKoichi Shiraishi <zchee.io@gmail.com>
Thu, 26 May 2022 20:49:07 +0000 (05:49 +0900)
committerGopher Robot <gobot@golang.org>
Wed, 15 Jun 2022 21:24:24 +0000 (21:24 +0000)
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>

src/reflect/type.go

index fc591eee69cf790cdacf2c17cdb470a7fe6b3c00..a52d3129dfdfb75ef7b99c3c37300f3329bb428f 100644 (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.