aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorcui fliter <imcusg@gmail.com>2024-01-02 14:25:45 +0800
committerGopher Robot <gobot@golang.org>2024-04-04 14:29:45 +0000
commit7dd8f39ebac6d8b27c0ad7cf421aa5d71f155220 (patch)
tree098eb7d69ca218cb803f02b18c20956e24ee51ae /test
parentda6cc218cbe22b865ed43a84c1198c5ee15f3371 (diff)
downloadgo-7dd8f39ebac6d8b27c0ad7cf421aa5d71f155220.tar.gz
go-7dd8f39ebac6d8b27c0ad7cf421aa5d71f155220.zip
all: fix some comments
Change-Id: I0ee85161846c13d938213ef04d3a34f690a93e48 Reviewed-on: https://go-review.googlesource.com/c/go/+/553435 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Ian Lance Taylor <iant@google.com> Auto-Submit: Ian Lance Taylor <iant@golang.org>
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.