From 43f459ce51c5e43b7b358a6d976e940c4be9d4fa Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Tue, 14 Dec 2010 11:33:17 -0500 Subject: [PATCH] typo R=iant CC=golang-dev https://golang.org/cl/3582042 --- doc/go_mem.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/go_mem.html b/doc/go_mem.html index 35ada4ea635..da45a07d7ab 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