]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.18: fix typo in AMD64 port section
authorTobias Klauser <tklauser@distanz.ch>
Thu, 24 Feb 2022 09:02:52 +0000 (10:02 +0100)
committerKeith Randall <khr@golang.org>
Thu, 24 Feb 2022 15:38:08 +0000 (15:38 +0000)
Change-Id: I234ae7988fd3c7a41c08e72664f8db811eb23bb1
Reviewed-on: https://go-review.googlesource.com/c/go/+/387854
Trust: Tobias Klauser <tobias.klauser@gmail.com>
Reviewed-by: Matt Layher <mdlayher@gmail.com>
Reviewed-by: Keith Randall <khr@golang.org>
doc/go1.18.html

index 8c786b94fc65b0ea75ebd071e676af5942200782..2af5e04f98060323b8422effaeba57bcf7eb604b 100644 (file)
@@ -182,7 +182,7 @@ Do not send CLs removing the interior tags from such phrases.
 
 <p><!-- CL 349595 -->
   Go 1.18 introduces the new <code>GOAMD64</code> environment variable, which selects at compile time
-  a mininum target version of the AMD64 architecture. Allowed values are <code>v1</code>,
+  a minimum target version of the AMD64 architecture. Allowed values are <code>v1</code>,
   <code>v2</code>, <code>v3</code>, or <code>v4</code>. Each higher level requires,
   and takes advantage of, additional processor features. A detailed
   description can be found