From: Brad Fitzpatrick Date: Mon, 8 Mar 2021 04:32:38 +0000 (-0800) Subject: cmd/link/internal/ld: fix typo in a comment X-Git-Tag: go1.17beta1~1236 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=7419a86c824efc6e2696f29e4dc1ac81756f1dfb;p=gostls13.git cmd/link/internal/ld: fix typo in a comment Change-Id: I6d0fafd38f0ad9392f163a9d8cd94d103bf2a059 Reviewed-on: https://go-review.googlesource.com/c/go/+/299669 Reviewed-by: Keith Randall Reviewed-by: Cherry Zhang --- diff --git a/src/cmd/link/internal/ld/deadcode.go b/src/cmd/link/internal/ld/deadcode.go index ed276b5a99..ea98fea4e5 100644 --- a/src/cmd/link/internal/ld/deadcode.go +++ b/src/cmd/link/internal/ld/deadcode.go @@ -19,7 +19,7 @@ var _ = fmt.Print type deadcodePass struct { ctxt *Link ldr *loader.Loader - wq heap // work queue, using min-heap for beter locality + wq heap // work queue, using min-heap for better locality ifaceMethod map[methodsig]bool // methods declared in reached interfaces markableMethods []methodref // methods of reached types