]> Cypherpunks repositories - gostls13.git/commitdiff
go/test/chan1.go: fix typo
authorRob Pike <r@golang.org>
Fri, 24 Feb 2012 21:47:04 +0000 (08:47 +1100)
committerRob Pike <r@golang.org>
Fri, 24 Feb 2012 21:47:04 +0000 (08:47 +1100)
Found by Lucio De Re

R=golang-dev, gri
CC=golang-dev
https://golang.org/cl/5694071

test/ken/chan1.go

index 798b058ce40f981e6629346e462cef9694b832e6..cbd21a3d69c074d53b97a655e22e3afd5bdf7847 100644 (file)
@@ -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