mirror of
https://github.com/golang/go
synced 2024-11-26 09:18:07 -07:00
cmd/link/internal/ld: fix typo in a comment
Change-Id: I9ae39aa2da2bfa6bb5d3f279bca764128d9cc401
GitHub-Last-Rev: 7a5945ae12
GitHub-Pull-Request: golang/go#44990
Reviewed-on: https://go-review.googlesource.com/c/go/+/301529
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
Trust: Tobias Klauser <tobias.klauser@gmail.com>
This commit is contained in:
parent
d0d38f0f70
commit
6ccb5c49cc
@ -118,7 +118,7 @@ func (d *deadcodePass) flood() {
|
|||||||
|
|
||||||
if isgotype {
|
if isgotype {
|
||||||
if d.dynlink {
|
if d.dynlink {
|
||||||
// When dynaamic linking, a type may be passed across DSO
|
// When dynamic linking, a type may be passed across DSO
|
||||||
// boundary and get converted to interface at the other side.
|
// boundary and get converted to interface at the other side.
|
||||||
d.ldr.SetAttrUsedInIface(symIdx, true)
|
d.ldr.SetAttrUsedInIface(symIdx, true)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user