mirror of https://github.com/golang/go.git
go/test/chan1.go: fix typo
Found by Lucio De Re R=golang-dev, gri CC=golang-dev https://golang.org/cl/5694071
This commit is contained in:
parent
34e60a81d5
commit
e303eeb75b
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue