]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/internal/objabi: remove redundant word in comment
authorcuishuang <imcusg@gmail.com>
Mon, 9 Jun 2025 07:47:15 +0000 (15:47 +0800)
committerGopher Robot <gobot@golang.org>
Tue, 22 Jul 2025 09:48:27 +0000 (02:48 -0700)
Change-Id: I9bbce94a2f36d5de28b946c94652876f01907fe6
Reviewed-on: https://go-review.googlesource.com/c/go/+/680115
Reviewed-by: Carlos Amedee <carlos@golang.org>
Reviewed-by: Damien Neil <dneil@google.com>
Reviewed-by: Sean Liao <sean@liao.dev>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Sean Liao <sean@liao.dev>

src/cmd/internal/objabi/reloctype.go

index fbf6844b8ddae647a6212f9e9eccbd3b865e9052..9b9b4b7ee3cc717dcc39c71c103edd7d8bdb6e17 100644 (file)
@@ -466,7 +466,7 @@ func (r RelocType) IsDwTxtAddr() bool {
 // FuncCountToDwTxtAddrFlavor returns the correct DWARF .debug_addr
 // section relocation to use when compiling a package with a total of
 // fncount functions, along with the size of the ULEB128-encoded blob
-// needed to store the the eventual .debug_addr index.
+// needed to store the eventual .debug_addr index.
 func FuncCountToDwTxtAddrFlavor(fncount int) (RelocType, int) {
        switch {
        case fncount <= 127: