]> Cypherpunks repositories - gostls13.git/commitdiff
typo
authorRuss Cox <rsc@golang.org>
Tue, 14 Dec 2010 16:33:17 +0000 (11:33 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 14 Dec 2010 16:33:17 +0000 (11:33 -0500)
R=iant
CC=golang-dev
https://golang.org/cl/3582042

doc/go_mem.html

index 35ada4ea635af44412e6548339a97a08b5bcef2e..da45a07d7ab1ca790e8cf647be246ee2dfa3450f 100644 (file)
@@ -169,7 +169,7 @@ In fact, an aggressive compiler might delete the entire <code>go</code> statemen
 <p>
 If the effects of a goroutine must be observed by another goroutine,
 use a synchronization mechanism such as a lock or channel
-communiation to establish a relative ordering.
+communication to establish a relative ordering.
 </p>
 
 <h3>Channel communication</h3>