aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDmitry Savintsev <dsavints@gmail.com>2017-05-29 22:14:32 +0200
committerIan Lance Taylor <iant@golang.org>2017-05-30 01:10:56 +0000
commit4c86f7bd498453ce452f18b6fa1396bb12e6ac66 (patch)
treeb2a2dea8741dc08de3bbd9232b052a2cae0bc807 /src
parent554d49af61574bfacd3b106fd5c20aba4a1f1201 (diff)
downloadgo-4c86f7bd498453ce452f18b6fa1396bb12e6ac66.tar.xz
cmd/link: fix left-over reference to reflect.c
Replaced ../gc/reflect.c with cmd/compile/internal/gc/reflect.go. Fixes #20525 Change-Id: Ibafd36ea446ace5c677df27873a4bbf716a0a9bc Reviewed-on: https://go-review.googlesource.com/44376 Reviewed-by: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'src')
-rw-r--r--src/cmd/link/internal/ld/decodesym.go2
1 files changed, 1 insertions, 1 deletions
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.
//