Skip to content

Commit

Permalink
cmd/link/internal/ld: fix typo in a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
qingyunha committed Mar 14, 2021
1 parent cda8ee0 commit 7a5945a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/link/internal/ld/deadcode.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit 7a5945a

Please sign in to comment.