1
0
mirror of https://github.com/golang/go synced 2024-11-23 21:00:06 -07:00

reflect: update relative path in comment

Fix it to avoid misunderstanding.
This commit is contained in:
Jing维 2021-12-19 16:49:44 +08:00 committed by Jingwei
parent c5fee935bb
commit ae49d512eb

View File

@ -229,7 +229,7 @@ type Type interface {
// See https://golang.org/issue/4876 for more details.
/*
* These data structures are known to the compiler (../../cmd/internal/reflectdata/reflect.go).
* These data structures are known to the compiler (../cmd/compile/internal/reflectdata/reflect.go).
* A few are known to ../runtime/type.go to convey to debuggers.
* They are also known to ../runtime/type.go.
*/