Skip to content

Commit e294b8a

Browse files
lescoggidmitshur
authored andcommitted
doc/go1.17: fix typo "MacOS" -> "macOS"
Change-Id: Ie2ada2bf875a93b1cc9e86a81c8a25de39ce4752 GitHub-Last-Rev: 462753d GitHub-Pull-Request: #46962 Reviewed-on: https://go-review.googlesource.com/c/go/+/331589 Reviewed-by: Ian Lance Taylor <iant@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
1 parent 3463852 commit e294b8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/go1.17.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ <h2 id="compiler">Compiler</h2>
401401

402402
<p><!-- golang.org/issue/40724 -->
403403
Go 1.17 implements a new way of passing function arguments and results using
404-
registers instead of the stack. This work is enabled for Linux, MacOS, and
404+
registers instead of the stack. This work is enabled for Linux, macOS, and
405405
Windows on the 64-bit x86 architecture (the <code>linux/amd64</code>,
406406
<code>darwin/amd64</code>, <code>windows/amd64</code> ports). For a
407407
representative set of Go packages and programs, benchmarking has shown

0 commit comments

Comments
 (0)