mirror of https://github.com/golang/go.git
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 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