aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/makechan.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/makechan.go b/test/makechan.go
index 9fabd1701f..c60248e4ea 100644
--- a/test/makechan.go
+++ b/test/makechan.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.
-// Ensure that typed non-integer, negative and to large
+// Ensure that typed non-integer, negative and too large
// values are not accepted as size argument in make for
// channels.