]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/compile/internal/ssa: fix typo in comment
authorJes Cok <xigua67damn@gmail.com>
Mon, 20 Oct 2025 16:18:42 +0000 (16:18 +0000)
committerGopher Robot <gobot@golang.org>
Tue, 21 Oct 2025 15:43:34 +0000 (08:43 -0700)
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 <khr@google.com>
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Jorropo <jorropo.pgm@gmail.com>
Reviewed-by: David Chase <drchase@google.com>
Auto-Submit: Keith Randall <khr@golang.org>
Auto-Submit: Jorropo <jorropo.pgm@gmail.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>

src/cmd/compile/internal/ssa/_gen/RISCV64Ops.go

index dc433ff9749150d92d31148519402a8175297570..99f8f036379e7b6f59d21a7ea149a73ae9919ccd 100644 (file)
@@ -99,7 +99,7 @@ func init() {
                }
        }
 
-       // Floating pointer registers.
+       // Floating point registers.
        for r := 32; r <= 63; r++ {
                mask := addreg(r, "")
                fpMask |= mask