From e4251768439bbd0a6fe4c472aa57bb5257f20b56 Mon Sep 17 00:00:00 2001 From: Joel Sing Date: Mon, 20 Oct 2025 15:33:50 +1100 Subject: [PATCH] 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 --- src/cmd/asm/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.52.0