diff --git a/src/reflect/type.go b/src/reflect/type.go index fc591eee69..a52d3129df 100644 --- a/src/reflect/type.go +++ b/src/reflect/type.go @@ -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.