mirror of
https://github.com/golang/go
synced 2024-11-23 08:50:03 -07:00
cmd/link/internal/ld: fix typo in a comment
This commit is contained in:
parent
cda8ee095e
commit
7a5945ae12
@ -118,7 +118,7 @@ func (d *deadcodePass) flood() {
|
||||
|
||||
if isgotype {
|
||||
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.
|
||||
d.ldr.SetAttrUsedInIface(symIdx, true)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user