]> Cypherpunks repositories - gostls13.git/commitdiff
reflect: update relative path in comment
authorJing维 <chalvern@users.noreply.github.com>
Mon, 20 Dec 2021 00:36:55 +0000 (00:36 +0000)
committerEmmanuel Odeke <emmanuel@orijtech.com>
Tue, 21 Dec 2021 03:55:43 +0000 (03:55 +0000)
Fix it to avoid misunderstanding.

Change-Id: I2a09cb9edfa8077c5c0c35e07000c0c7dc72755e
GitHub-Last-Rev: ae49d512eb7f58421ff2d3b9a8b04500a96ac831
GitHub-Pull-Request: golang/go#50260
Reviewed-on: https://go-review.googlesource.com/c/go/+/373334
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Emmanuel Odeke <emmanuel@orijtech.com>
src/reflect/type.go

index 4e03dc3382ef1e28c873e3943ef2d8951786f135..8ba63bcad050074aec7de3cd1ef313cb18e55a79 100644 (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.
  */