From: cuishuang Date: Mon, 9 Jun 2025 07:47:15 +0000 (+0800) Subject: cmd/internal/objabi: remove redundant word in comment X-Git-Tag: go1.25rc3~5^2~4 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=1aaf7422f1c4b6a5c3d942d14e06a9ae41595ec8;p=gostls13.git 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 Reviewed-by: Damien Neil Reviewed-by: Sean Liao LUCI-TryBot-Result: Go LUCI Auto-Submit: Sean Liao --- diff --git a/src/cmd/internal/objabi/reloctype.go b/src/cmd/internal/objabi/reloctype.go index fbf6844b8d..9b9b4b7ee3 100644 --- a/src/cmd/internal/objabi/reloctype.go +++ b/src/cmd/internal/objabi/reloctype.go @@ -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: