]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/link/internal/ld: fix typo in a comment
authorTao Qingyun <qingyunha@gmail.com>
Sun, 14 Mar 2021 00:09:05 +0000 (00:09 +0000)
committerTobias Klauser <tobias.klauser@gmail.com>
Mon, 15 Mar 2021 10:23:23 +0000 (10:23 +0000)
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 <mdempsky@google.com>
Trust: Tobias Klauser <tobias.klauser@gmail.com>

src/cmd/link/internal/ld/deadcode.go

index ea98fea4e5a50a566e650491181116cb1965ab3a..a52652566b579c15792813d24e74d15cdd26b454 100644 (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)
                        }