]> Cypherpunks repositories - gostls13.git/commitdiff
doc: fix typo in sharemem codewalk
authorEmil Hessman <c.emil.hessman@gmail.com>
Wed, 21 May 2014 21:34:20 +0000 (14:34 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 21 May 2014 21:34:20 +0000 (14:34 -0700)
LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/98460045

doc/codewalk/sharemem.xml

index d443e176e7a711610cfce22a10bd0ab0123e5f23..8b47f12b7abc6e256f32f77025dcdfbbd1598b91 100644 (file)
@@ -171,7 +171,7 @@ and/or writes to a shared map.
 
 <step title="Conclusion" src="doc/codewalk/urlpoll.go">
 In this codewalk we have explored a simple example of using Go's concurrency
-primitives to share memory through commmunication.
+primitives to share memory through communication.
 <br/><br/>
 This should provide a starting point from which to explore the ways in which
 goroutines and channels can be used to write expressive and concise concurrent