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
Change-Id: I9ae39aa2da2bfa6bb5d3f279bca764128d9cc401
GitHub-Last-Rev: 7a5945a
GitHub-Pull-Request: #44990
Reviewed-on: https://go-review.googlesource.com/c/go/+/301529
Reviewed-by: Matthew Dempsky <[email protected]>
Trust: Tobias Klauser <[email protected]>
  • Loading branch information
qingyunha authored and tklauser committed Mar 15, 2021
1 parent d0d38f0 commit 6ccb5c4
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 6ccb5c4

Please sign in to comment.