]> Cypherpunks repositories - gostls13.git/commit
all: fix some function names and typos in comment
authorcuishuang <imcusg@gmail.com>
Wed, 20 Nov 2024 13:56:27 +0000 (21:56 +0800)
committerGopher Robot <gobot@golang.org>
Thu, 21 Nov 2024 22:16:20 +0000 (22:16 +0000)
commita925402b62c06d1cfe2b345cba0b11fa06b8401d
tree3d91369411c3148ade70b21da8d01f7f0dcec655
parent154fb4e1d45e503658542dee5296243a6146e7ca
all: fix some function names and typos in comment

Change-Id: I07e7c8eaa5bd4bac0d576b2f2f4cd3f81b0b77a4
Reviewed-on: https://go-review.googlesource.com/c/go/+/630055
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Commit-Queue: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Russ Cox <rsc@golang.org>
Auto-Submit: Ian Lance Taylor <iant@google.com>
31 files changed:
src/cmd/compile/internal/ssa/_gen/PPC64Ops.go
src/cmd/compile/internal/ssa/_gen/genericOps.go
src/cmd/compile/internal/types2/README.md
src/cmd/compile/internal/walk/order.go
src/cmd/go/internal/generate/generate_test.go
src/cmd/go/internal/modload/edit.go
src/cmd/go/internal/mvs/mvs.go
src/cmd/go/main.go
src/cmd/internal/obj/ppc64/asm9.go
src/cmd/internal/obj/util.go
src/cmd/internal/objfile/disasm.go
src/cmd/internal/script/scripttest/conditions.go
src/cmd/link/link_test.go
src/crypto/tls/common.go
src/encoding/binary/binary.go
src/internal/pkgbits/decoder.go
src/internal/runtime/maps/table.go
src/internal/syscall/windows/version_windows.go
src/internal/trace/event/event.go
src/internal/types/testdata/check/go1_20_19.go
src/internal/types/testdata/check/go1_21_19.go
src/maps/maps_test.go
src/net/http/transport.go
src/runtime/debug/stack.go
src/runtime/export_test.go
src/runtime/mbarrier.go
src/runtime/panic.go
src/runtime/pprof/pprof_test.go
src/slices/slices_test.go
src/sort/example_keys_test.go
src/sort/example_multi_test.go