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:
parent
c5fee935bb
commit
ae49d512eb
@ -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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user