]> Cypherpunks.ru repositories - gostls13.git/commit
all: fix typos in go file comments
authorMarcel Meyer <mm.marcelmeyer@gmail.com>
Thu, 19 Jan 2023 22:26:15 +0000 (22:26 +0000)
committerGopher Robot <gobot@golang.org>
Fri, 20 Jan 2023 03:27:26 +0000 (03:27 +0000)
commitb419db6c15519a29ff3d7d2e56d8f115204f8c5d
tree4ce364b6e112564c3da723889e595558c9ef119a
parentf52b8fa83f00b70215e9980b2d7fc0c52c873c3b
all: fix typos in go file comments

This is the second round to look for spelling mistakes. This time the
manual sifting of the result list was made easier by filtering out
capitalized and camelcase words.

grep -r --include '*.go' -E '^// .*$' . | aspell list | grep -E -x '[A-Za-z]{1}[a-z]*' | sort | uniq

This PR will be imported into Gerrit with the title and first
comment (this text) used to generate the subject and body of
the Gerrit change.

Change-Id: Ie8a2092aaa7e1f051aa90f03dbaf2b9aaf5664a9
GitHub-Last-Rev: fc2bd6e0c51652f13a7588980f1408af8e6080f5
GitHub-Pull-Request: golang/go#57737
Reviewed-on: https://go-review.googlesource.com/c/go/+/461595
Auto-Submit: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Reviewed-by: Robert Griesemer <gri@google.com>
22 files changed:
misc/cgo/testshared/shared_test.go
src/cmd/compile/internal/inline/inl.go
src/cmd/compile/internal/ir/func.go
src/cmd/compile/internal/noder/expr.go
src/cmd/compile/internal/pgo/irgraph.go
src/cmd/compile/internal/ssa/compile.go
src/cmd/compile/internal/ssa/debug.go
src/cmd/compile/internal/test/testdata/arith_test.go
src/cmd/compile/internal/typecheck/subr.go
src/cmd/go/internal/modindex/read.go
src/cmd/go/internal/script/state.go
src/cmd/go/internal/work/init.go
src/cmd/go/internal/workcmd/use.go
src/cmd/internal/goobj/objfile.go
src/cmd/internal/obj/arm64/asm7.go
src/cmd/internal/obj/objfile.go
src/crypto/internal/alias/alias.go
src/debug/pe/symbol.go
src/internal/types/testdata/check/typeinst0.go
src/internal/types/testdata/check/typeparams.go
src/runtime/metrics.go
src/runtime/print.go