]> Cypherpunks.ru repositories - gostls13.git/commit
runtime: correct typos
authorOleksandr Redko <oleksandr.red+github@gmail.com>
Tue, 7 Feb 2023 09:09:24 +0000 (09:09 +0000)
committerGopher Robot <gobot@golang.org>
Wed, 8 Feb 2023 14:52:12 +0000 (14:52 +0000)
commit1a09d57de58a90987789ef637083aac21533eeb7
treef8ca020a37ce5365babf009d5d8208d54bfb882f
parent0602e2cdbc4b42e90c453e6ae365ad5f13f61c92
runtime: correct typos

- Fix typo in throw error message for arena.
- Correct typos in assembly and Go comments.
- Fix log message in TestTraceCPUProfile.

Change-Id: I874c9e8cd46394448b6717bc6021aa3ecf319d16
GitHub-Last-Rev: d27fad4d3cea81cc7a4ca6917985bcf5fa49b0e0
GitHub-Pull-Request: golang/go#58375
Reviewed-on: https://go-review.googlesource.com/c/go/+/465975
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
16 files changed:
src/runtime/align_test.go
src/runtime/arena.go
src/runtime/asan_amd64.s
src/runtime/asm_amd64.s
src/runtime/libfuzzer_amd64.s
src/runtime/mheap.go
src/runtime/mpagealloc.go
src/runtime/mpagealloc_64bit.go
src/runtime/mpallocbits.go
src/runtime/pprof/proto.go
src/runtime/pprof/proto_test.go
src/runtime/proc.go
src/runtime/rt0_aix_ppc64.s
src/runtime/rt0_linux_ppc64le.s
src/runtime/tls_mipsx.s
src/runtime/trace/trace_test.go