Skip to content

Commit 1aaf742

Browse files
cuishuanggopherbot
authored andcommitted
cmd/internal/objabi: remove redundant word in comment
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>
1 parent d5ec081 commit 1aaf742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd/internal/objabi/reloctype.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ func (r RelocType) IsDwTxtAddr() bool {
466466
// FuncCountToDwTxtAddrFlavor returns the correct DWARF .debug_addr
467467
// section relocation to use when compiling a package with a total of
468468
// fncount functions, along with the size of the ULEB128-encoded blob
469-
// needed to store the the eventual .debug_addr index.
469+
// needed to store the eventual .debug_addr index.
470470
func FuncCountToDwTxtAddrFlavor(fncount int) (RelocType, int) {
471471
switch {
472472
case fncount <= 127:

0 commit comments

Comments
 (0)