From 7dd8f39ebac6d8b27c0ad7cf421aa5d71f155220 Mon Sep 17 00:00:00 2001 From: cui fliter Date: Tue, 2 Jan 2024 14:25:45 +0800 Subject: all: fix some comments Change-Id: I0ee85161846c13d938213ef04d3a34f690a93e48 Reviewed-on: https://go-review.googlesource.com/c/go/+/553435 Reviewed-by: Dmitri Shuralyov LUCI-TryBot-Result: Go LUCI Reviewed-by: Ian Lance Taylor Auto-Submit: Ian Lance Taylor --- test/makechan.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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. -- cgit v1.2.3-54-g00ecf