From: Jes Cok Date: Mon, 20 Oct 2025 16:18:42 +0000 (+0000) Subject: cmd/compile/internal/ssa: fix typo in comment X-Git-Tag: go1.26rc1~550 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=46cc532900;p=gostls13.git 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 --- 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