From 1aaf7422f1c4b6a5c3d942d14e06a9ae41595ec8 Mon Sep 17 00:00:00 2001 From: cuishuang Date: Mon, 9 Jun 2025 15:47:15 +0800 Subject: [PATCH] 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 --- src/cmd/internal/objabi/reloctype.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.50.0