From: Tao Qingyun Date: Sun, 14 Mar 2021 00:09:05 +0000 (+0000) Subject: cmd/link/internal/ld: fix typo in a comment X-Git-Tag: go1.17beta1~1134 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=6ccb5c49cca52766f6d288d128db67be6392c579;p=gostls13.git cmd/link/internal/ld: fix typo in a comment Change-Id: I9ae39aa2da2bfa6bb5d3f279bca764128d9cc401 GitHub-Last-Rev: 7a5945ae120b911793a1510f371945ac17611440 GitHub-Pull-Request: golang/go#44990 Reviewed-on: https://go-review.googlesource.com/c/go/+/301529 Reviewed-by: Matthew Dempsky Trust: Tobias Klauser --- diff --git a/src/cmd/link/internal/ld/deadcode.go b/src/cmd/link/internal/ld/deadcode.go index ea98fea4e5..a52652566b 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) }