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
1 changed files with 1 additions and 1 deletions

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