]> Cypherpunks repositories - gostls13.git/commit
all: fix a large number of comments
authorcui fliter <imcusg@gmail.com>
Fri, 22 Mar 2024 15:31:44 +0000 (23:31 +0800)
committerGopher Robot <gobot@golang.org>
Tue, 26 Mar 2024 19:58:28 +0000 (19:58 +0000)
commit1e12eab8705d1d8d7472be9147a39caa1c8380db
treecde9e173c3e757516f56f9e66c41065513738832
parent4217877670e94b88ddd1ee1041b31d5825b08e2a
all: fix a large number of comments

Partial typo corrections, following https://go.dev/wiki/Spelling

Change-Id: I2357906ff2ea04305c6357418e4e9556e20375d1
Reviewed-on: https://go-review.googlesource.com/c/go/+/573776
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
Run-TryBot: shuang cui <imcusg@gmail.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
31 files changed:
src/cmd/compile/internal/inline/inlheur/analyze.go
src/cmd/compile/internal/ssa/dom_test.go
src/cmd/compile/internal/ssa/passbm_test.go
src/cmd/compile/internal/test/pgo_inl_test.go
src/cmd/dist/supported_test.go
src/cmd/dist/test.go
src/cmd/go/internal/modindex/scan.go
src/cmd/go/internal/modinfo/info.go
src/cmd/go/internal/script/cmds.go
src/cmd/go/script_test.go
src/context/context.go
src/context/x_test.go
src/crypto/tls/conn.go
src/crypto/tls/handshake_server_test.go
src/crypto/x509/x509.go
src/encoding/xml/read_test.go
src/encoding/xml/xml_test.go
src/go/doc/comment/testdata/README.md
src/go/doc/comment/testdata_test.go
src/html/template/js.go
src/internal/fuzz/fuzz.go
src/internal/fuzz/worker.go
src/net/cgo_unix.go
src/net/http/transport_test.go
src/os/exec/exec.go
src/os/exec/exec_test.go
src/runtime/coverage/testsupport.go
src/runtime/netpoll_windows.go
src/testing/testing.go
test/typeparam/graph.go
test/typeparam/list2.go