aboutsummaryrefslogtreecommitdiff
path: root/doc/go_mem.html
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2010-12-14 11:33:17 -0500
committerRuss Cox <rsc@golang.org>2010-12-14 11:33:17 -0500
commit43f459ce51c5e43b7b358a6d976e940c4be9d4fa (patch)
tree907f9626ce08c2c895cf4eb581c14fde1bc41167 /doc/go_mem.html
parent11a016151ba739357cf127144940a35e4e85a010 (diff)
downloadgo-43f459ce51c5e43b7b358a6d976e940c4be9d4fa.tar.gz
go-43f459ce51c5e43b7b358a6d976e940c4be9d4fa.zip
typo
R=iant CC=golang-dev https://golang.org/cl/3582042
Diffstat (limited to 'doc/go_mem.html')
-rw-r--r--doc/go_mem.html2
1 files changed, 1 insertions, 1 deletions
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 <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>