From: Rob Pike Date: Fri, 24 Feb 2012 21:47:04 +0000 (+1100) Subject: go/test/chan1.go: fix typo X-Git-Tag: weekly.2012-03-04~154 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=e303eeb75bc983f9e909668ee2068b439f73322a;p=gostls13.git go/test/chan1.go: fix typo Found by Lucio De Re R=golang-dev, gri CC=golang-dev https://golang.org/cl/5694071 --- diff --git a/test/ken/chan1.go b/test/ken/chan1.go index 798b058ce4..cbd21a3d69 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