mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
cmd/link/internal/ld: fix typo in a comment
Change-Id: I6d0fafd38f0ad9392f163a9d8cd94d103bf2a059 Reviewed-on: https://go-review.googlesource.com/c/go/+/299669 Reviewed-by: Keith Randall <khr@golang.org> Reviewed-by: Cherry Zhang <cherryyz@google.com>
This commit is contained in:
parent
b4787201c9
commit
7419a86c82
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ var _ = fmt.Print
|
|||
type deadcodePass struct {
|
||||
ctxt *Link
|
||||
ldr *loader.Loader
|
||||
wq heap // work queue, using min-heap for beter locality
|
||||
wq heap // work queue, using min-heap for better locality
|
||||
|
||||
ifaceMethod map[methodsig]bool // methods declared in reached interfaces
|
||||
markableMethods []methodref // methods of reached types
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue