From: Russ Cox Date: Tue, 14 Dec 2010 16:33:17 +0000 (-0500) Subject: typo X-Git-Tag: weekly.2010-12-15~30 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=43f459ce51c5e43b7b358a6d976e940c4be9d4fa;p=gostls13.git typo R=iant CC=golang-dev https://golang.org/cl/3582042 --- diff --git a/doc/go_mem.html b/doc/go_mem.html index 35ada4ea63..da45a07d7a 100644 --- a/doc/go_mem.html +++ b/doc/go_mem.html @@ -169,7 +169,7 @@ In fact, an aggressive compiler might delete the entire go statemen

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.

Channel communication