From 3e50577a8e6009065ebc138bfaf373ad1a3c9bd5 Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Sat, 25 Feb 2012 08:47:04 +1100 Subject: go/test/chan1.go: fix typo Found by Lucio De Re R=golang-dev, gri CC=golang-dev http://codereview.appspot.com/5694071 --- test/ken/chan1.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ken') 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 -- cgit v1.2.1