1
0
mirror of https://github.com/golang/go synced 2024-11-18 01:14:48 -07:00

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>
This commit is contained in:
Dmitry Savintsev 2017-05-29 22:14:32 +02:00 committed by Ian Lance Taylor
parent 554d49af61
commit 4c86f7bd49

View File

@ -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.
//