diff --git a/src/cmd/link/internal/ld/decodesym.go b/src/cmd/link/internal/ld/decodesym.go index 13cb01829a..eba8ee3082 100644 --- a/src/cmd/link/internal/ld/decodesym.go +++ b/src/cmd/link/internal/ld/decodesym.go @@ -14,7 +14,7 @@ import ( // Decoding the type.* symbols. This has to be in sync with // ../../runtime/type.go, or more specifically, with what -// ../gc/reflect.c stuffs in these. +// cmd/compile/internal/gc/reflect.go stuffs in these. // tflag is documented in reflect/type.go. //