]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/asm: fix typo in comment
authorJoel Sing <joel@sing.id.au>
Mon, 20 Oct 2025 04:33:50 +0000 (15:33 +1100)
committerGopher Robot <gobot@golang.org>
Mon, 20 Oct 2025 21:02:21 +0000 (14:02 -0700)
Change-Id: I1a7933bce70bcae1f93a45c6810da60d269f48f3
Reviewed-on: https://go-review.googlesource.com/c/go/+/713000
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
Reviewed-by: Keith Randall <khr@google.com>
Auto-Submit: Joel Sing <joel@sing.id.au>

src/cmd/asm/main.go

index 2a9ebe9b3e217873363f2777cecbd2c5bec84343..9db1fec8beac3c552a0decaba4277a6f2af9b21c 100644 (file)
@@ -58,7 +58,7 @@ func main() {
                // nothing
        case "index":
                // known to compiler; ignore here so people can use
-               // the same list with -gcflags=-spectre=LIST and -asmflags=-spectrre=LIST
+               // the same list with -gcflags=-spectre=LIST and -asmflags=-spectre=LIST
        case "all", "ret":
                ctxt.Retpoline = true
        }