summaryrefslogtreecommitdiff
path: root/test/ken
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2012-02-25 08:47:04 +1100
committerRob Pike <r@golang.org>2012-02-25 08:47:04 +1100
commit3e50577a8e6009065ebc138bfaf373ad1a3c9bd5 (patch)
tree655aa42ef6c962052aa22d51590d0738e3be790b /test/ken
parent9cd0fd22a1f110ffb6b7bb1910438169d0b0b53b (diff)
downloadgo-3e50577a8e6009065ebc138bfaf373ad1a3c9bd5.tar.gz
go/test/chan1.go: fix typo
Found by Lucio De Re R=golang-dev, gri CC=golang-dev http://codereview.appspot.com/5694071
Diffstat (limited to 'test/ken')
-rw-r--r--test/ken/chan1.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ken/chan1.go b/test/ken/chan1.go
index 798b058ce..cbd21a3d6 100644
--- a/test/ken/chan1.go
+++ b/test/ken/chan1.go
@@ -4,7 +4,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// Test communication with multiple simultanous goroutines.
+// Test communication with multiple simultaneous goroutines.
package main