diff options
| author | cuiweixie <cuiweixie@gmail.com> | 2021-11-11 07:10:52 +0000 |
|---|---|---|
| committer | Ian Lance Taylor <iant@golang.org> | 2021-11-11 20:25:07 +0000 |
| commit | eb68e3367bf8d55bb98eb002cef35455f5be3c5f (patch) | |
| tree | 6b482666af94c31419ac7a17935b5b50fdbc85cb /src/runtime/symtab.go | |
| parent | 46b2fc05a2681a9dd3b606176e738d786b0c2176 (diff) | |
| download | go-eb68e3367bf8d55bb98eb002cef35455f5be3c5f.tar.xz | |
runtime: fix typo
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>
Diffstat (limited to 'src/runtime/symtab.go')
| -rw-r--r-- | src/runtime/symtab.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/symtab.go b/src/runtime/symtab.go index 3237a6b708..21dd95a397 100644 --- a/src/runtime/symtab.go +++ b/src/runtime/symtab.go @@ -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 { |
