From: Joel Sing Date: Mon, 20 Oct 2025 04:33:50 +0000 (+1100) Subject: cmd/asm: fix typo in comment X-Git-Tag: go1.26rc1~563 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=e425176843;p=gostls13.git cmd/asm: fix typo in comment Change-Id: I1a7933bce70bcae1f93a45c6810da60d269f48f3 Reviewed-on: https://go-review.googlesource.com/c/go/+/713000 LUCI-TryBot-Result: Go LUCI Reviewed-by: Michael Pratt Reviewed-by: Keith Randall Auto-Submit: Joel Sing --- diff --git a/src/cmd/asm/main.go b/src/cmd/asm/main.go index 2a9ebe9b3e..9db1fec8be 100644 --- a/src/cmd/asm/main.go +++ b/src/cmd/asm/main.go @@ -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 }