cmd/go: add comment for intentional misspelling

Try to avoid fixes from automatic spell checkers.

Change-Id: I1d134fb2721decffa865a3f4d78bca4fce8e8fee
Reviewed-on: https://go-review.googlesource.com/c/go/+/502658
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
Ian Lance Taylor 2023-06-12 15:57:00 -07:00 committed by Gopher Robot
parent a7b1793701
commit 8484f2fe02
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[compiler:gccgo] skip # gccgo assumes cross-compilation is always possible [compiler:gccgo] skip # gccgo assumes cross-compilation is always possible
env GOOS=windwos env GOOS=windwos # intentional misspelling of windows
! go build -n exclude ! go build -n exclude
stderr 'unsupported GOOS/GOARCH pair' stderr 'unsupported GOOS/GOARCH pair'