Skip to content

Commit

Permalink
all: make function comments match function names
Browse files Browse the repository at this point in the history
Change-Id: I279c95d1d1e5f07e0c7a0c4416bf3613d85bb950
Reviewed-on: https://go-review.googlesource.com/c/arch/+/639476
Reviewed-by: Ian Lance Taylor <[email protected]>
Auto-Submit: Ian Lance Taylor <[email protected]>
Reviewed-by: Cherry Mui <[email protected]>
LUCI-TryBot-Result: Go LUCI <[email protected]>
  • Loading branch information
cuishuang authored and gopherbot committed Jan 1, 2025
1 parent 5f2ba6d commit bde81be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion arm64/arm64asm/ext_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ func disasm(syntax string, src []byte) (inst Inst, text string) {
return
}

// decodecoverage returns a floating point number denoting the
// decodeCoverage returns a floating point number denoting the
// decoder coverage.
func decodeCoverage() float64 {
n := 0
Expand Down
2 changes: 1 addition & 1 deletion loong64/loong64asm/ext_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ func disasm(syntax string, src []byte) (inst Inst, text string) {
return
}

// decodecoverage returns a floating point number denoting the
// decodeCoverage returns a floating point number denoting the
// decoder coverage.
func decodeCoverage() float64 {
n := 0
Expand Down
2 changes: 1 addition & 1 deletion riscv64/riscv64asm/ext_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ func disasm(syntax string, src []byte) (inst Inst, text string) {
return
}

// decodecoverage returns a floating point number denoting the
// decodeCoverage returns a floating point number denoting the
// decoder coverage.
func decodeCoverage() float64 {
n := 0
Expand Down

0 comments on commit bde81be

Please sign in to comment.