Skip to content

Commit bde81be

Browse files
cuishuanggopherbot
authored andcommitted
all: make function comments match function names
Change-Id: I279c95d1d1e5f07e0c7a0c4416bf3613d85bb950 Reviewed-on: https://go-review.googlesource.com/c/arch/+/639476 Reviewed-by: Ian Lance Taylor <iant@google.com> Auto-Submit: Ian Lance Taylor <iant@google.com> Reviewed-by: Cherry Mui <cherryyz@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
1 parent 5f2ba6d commit bde81be

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

arm64/arm64asm/ext_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ func disasm(syntax string, src []byte) (inst Inst, text string) {
268268
return
269269
}
270270

271-
// decodecoverage returns a floating point number denoting the
271+
// decodeCoverage returns a floating point number denoting the
272272
// decoder coverage.
273273
func decodeCoverage() float64 {
274274
n := 0

loong64/loong64asm/ext_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ func disasm(syntax string, src []byte) (inst Inst, text string) {
240240
return
241241
}
242242

243-
// decodecoverage returns a floating point number denoting the
243+
// decodeCoverage returns a floating point number denoting the
244244
// decoder coverage.
245245
func decodeCoverage() float64 {
246246
n := 0

riscv64/riscv64asm/ext_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ func disasm(syntax string, src []byte) (inst Inst, text string) {
242242
return
243243
}
244244

245-
// decodecoverage returns a floating point number denoting the
245+
// decodeCoverage returns a floating point number denoting the
246246
// decoder coverage.
247247
func decodeCoverage() float64 {
248248
n := 0

0 commit comments

Comments
 (0)