1
0
mirror of https://github.com/golang/go synced 2024-09-23 17:10:13 -06:00

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:
Rob Pike 2012-02-25 08:47:04 +11:00
parent 34e60a81d5
commit e303eeb75b

View 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