]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: fix file reference in comments
authorDmitry Savintsev <dsavints@gmail.com>
Mon, 29 May 2017 10:01:45 +0000 (12:01 +0200)
committerIan Lance Taylor <iant@golang.org>
Mon, 29 May 2017 18:35:35 +0000 (18:35 +0000)
cmd/compile/internal/ld/decodesym.go is now
cmd/link/internal/ld/decodesym.go

Change-Id: I16ec5c89aa3507e70676c2b50d70f1fde533a085
Reviewed-on: https://go-review.googlesource.com/44373
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/runtime/type.go

index d001c5cd447fefa93d31a58d22c901f48fc2a716..bf54d54eb43cd83b052b19fc2e53cc398d806910 100644 (file)
@@ -22,7 +22,7 @@ const (
        tflagNamed     tflag = 1 << 2
 )
 
-// Needs to be in sync with ../cmd/compile/internal/ld/decodesym.go:/^func.commonsize,
+// Needs to be in sync with ../cmd/link/internal/ld/decodesym.go:/^func.commonsize,
 // ../cmd/compile/internal/gc/reflect.go:/^func.dcommontype and
 // ../reflect/type.go:/^type.rtype.
 type _type struct {