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>
This commit is contained in:
cuishuang 2025-06-09 15:47:15 +08:00 committed by Gopher Robot
parent d5ec0815e6
commit 1aaf7422f1

View file

@ -466,7 +466,7 @@ func (r RelocType) IsDwTxtAddr() bool {
// FuncCountToDwTxtAddrFlavor returns the correct DWARF .debug_addr // FuncCountToDwTxtAddrFlavor returns the correct DWARF .debug_addr
// section relocation to use when compiling a package with a total of // section relocation to use when compiling a package with a total of
// fncount functions, along with the size of the ULEB128-encoded blob // 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) { func FuncCountToDwTxtAddrFlavor(fncount int) (RelocType, int) {
switch { switch {
case fncount <= 127: case fncount <= 127: