mirror of
https://github.com/golang/go.git
synced 2025-10-19 19:13:18 +00:00
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:
parent
d5ec0815e6
commit
1aaf7422f1
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue