]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: fix typo
authorcuiweixie <cuiweixie@gmail.com>
Thu, 11 Nov 2021 07:10:52 +0000 (07:10 +0000)
committerIan Lance Taylor <iant@golang.org>
Thu, 11 Nov 2021 20:25:07 +0000 (20:25 +0000)
Change filepath reference from cmd/internal/ld/symtab.go to
cmd/link/internal/ld/symtab.go.

Change-Id: Icb207a2e2c82d3976787d2d5cfb0f8005696f738
GitHub-Last-Rev: 428d99c6ca97db79b7d8cdf24843df3492a9aeb0
GitHub-Pull-Request: golang/go#49518
Reviewed-on: https://go-review.googlesource.com/c/go/+/363276
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Trust: Brad Fitzpatrick <bradfitz@golang.org>

src/runtime/symtab.go

index 3237a6b708611c222de3d13aa1b427103260051c..21dd95a3974e8993891b42446413c40c7ee17400 100644 (file)
@@ -408,7 +408,7 @@ type pcHeader struct {
 
 // moduledata records information about the layout of the executable
 // image. It is written by the linker. Any changes here must be
-// matched changes to the code in cmd/internal/ld/symtab.go:symtab.
+// matched changes to the code in cmd/link/internal/ld/symtab.go:symtab.
 // moduledata is stored in statically allocated non-pointer memory;
 // none of the pointers here are visible to the garbage collector.
 type moduledata struct {