]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/link: fix left-over reference to reflect.c
authorDmitry Savintsev <dsavints@gmail.com>
Mon, 29 May 2017 20:14:32 +0000 (22:14 +0200)
committerIan Lance Taylor <iant@golang.org>
Tue, 30 May 2017 01:10:56 +0000 (01:10 +0000)
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>
src/cmd/link/internal/ld/decodesym.go

index 13cb01829a91574c06ea256bc8d1e150a69d7c55..eba8ee308243361f6f9b545f8c32b522c617989e 100644 (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.
 //