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>
This commit is contained in:
cui fliter 2024-01-02 14:25:45 +08:00 committed by Gopher Robot
parent da6cc218cb
commit 7dd8f39eba
7 changed files with 8 additions and 8 deletions

View file

@ -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.