1
0
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:
Tao Qingyun 2021-03-14 08:02:03 +08:00
parent cda8ee095e
commit 7a5945ae12

View File

@ -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)
}