]> Cypherpunks repositories - gostls13.git/commitdiff
doc: fix typo in faq
authorRob Pike <r@golang.org>
Mon, 29 Jun 2015 05:43:42 +0000 (15:43 +1000)
committerRob Pike <r@golang.org>
Mon, 29 Jun 2015 06:23:34 +0000 (06:23 +0000)
Change-Id: Id2cfa63d4c749503f729097654d7cbd2b252f192
Reviewed-on: https://go-review.googlesource.com/11660
Reviewed-by: Andrew Gerrand <adg@golang.org>
doc/go_faq.html

index c3824e69377bd6f368af3f2b0c8720a6132539d2..d5ee80570352386bdc6b3eea7ba61da6f0fc6d44 100644 (file)
@@ -1321,7 +1321,7 @@ The number of CPUs available simultaneously to executing goroutines is
 controlled by the <code>GOMAXPROCS</code> shell environment variable.
 In earlier releases of Go, the default value was 1, but as of Go 1.5 the default
 value is the number of cores available.
-Therefore programs compiled afer 1.5 should demonstrate parallel execution
+Therefore programs compiled after 1.5 should demonstrate parallel execution
 of multiple goroutines.
 To change the behavior, set the environment variable or use the similarly-named
 <a href="/pkg/runtime/#GOMAXPROCS">function</a>