From 46cc53290003340877413b8a53511b4f3685d213 Mon Sep 17 00:00:00 2001 From: Jes Cok Date: Mon, 20 Oct 2025 16:18:42 +0000 Subject: [PATCH] cmd/compile/internal/ssa: fix typo in comment Change-Id: Ic48a756b71a62be1c6c4cfe781c02b89010e2338 GitHub-Last-Rev: 8c0d89b475c204af66d528799713276c57da16f8 GitHub-Pull-Request: golang/go#75985 Reviewed-on: https://go-review.googlesource.com/c/go/+/713041 Reviewed-by: Keith Randall Reviewed-by: Keith Randall Reviewed-by: Jorropo Reviewed-by: David Chase Auto-Submit: Keith Randall Auto-Submit: Jorropo LUCI-TryBot-Result: Go LUCI --- src/cmd/compile/internal/ssa/_gen/RISCV64Ops.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmd/compile/internal/ssa/_gen/RISCV64Ops.go b/src/cmd/compile/internal/ssa/_gen/RISCV64Ops.go index dc433ff974..99f8f03637 100644 --- a/src/cmd/compile/internal/ssa/_gen/RISCV64Ops.go +++ b/src/cmd/compile/internal/ssa/_gen/RISCV64Ops.go @@ -99,7 +99,7 @@ func init() { } } - // Floating pointer registers. + // Floating point registers. for r := 32; r <= 63; r++ { mask := addreg(r, "") fpMask |= mask -- 2.52.0