diff --git a/src/cmd/link/internal/ld/deadcode.go b/src/cmd/link/internal/ld/deadcode.go index ea98fea4e5a..a52652566b5 100644 --- a/src/cmd/link/internal/ld/deadcode.go +++ b/src/cmd/link/internal/ld/deadcode.go @@ -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) }