mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
all: fix a lot of comments
Fix comments, including duplicate is, wrong phrases and articles, misspellings, etc. Change-Id: I8bfea53b9b275e649757cc4bee6a8a026ed9c7a4 Reviewed-on: https://go-review.googlesource.com/c/go/+/493035 Reviewed-by: Benny Siegert <bsiegert@gmail.com> Reviewed-by: Ian Lance Taylor <iant@google.com> Run-TryBot: shuang cui <imcusg@gmail.com> TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Ian Lance Taylor <iant@google.com> Auto-Submit: Ian Lance Taylor <iant@google.com>
This commit is contained in:
parent
dc0179bfa8
commit
57e3189821
20 changed files with 26 additions and 26 deletions
|
|
@ -665,7 +665,7 @@ type p struct {
|
|||
// We need an explicit length here because this field is used
|
||||
// in allocation codepaths where write barriers are not allowed,
|
||||
// and eliminating the write barrier/keeping it eliminated from
|
||||
// slice updates is tricky, moreso than just managing the length
|
||||
// slice updates is tricky, more so than just managing the length
|
||||
// ourselves.
|
||||
len int
|
||||
buf [128]*mspan
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue