diff options
| author | Oleksandr Redko <oleksandr.red+github@gmail.com> | 2023-02-07 09:09:24 +0000 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2023-02-08 14:52:12 +0000 |
| commit | 1a09d57de58a90987789ef637083aac21533eeb7 (patch) | |
| tree | f8ca020a37ce5365babf009d5d8208d54bfb882f /src/runtime/mpagealloc_64bit.go | |
| parent | 0602e2cdbc4b42e90c453e6ae365ad5f13f61c92 (diff) | |
| download | go-1a09d57de58a90987789ef637083aac21533eeb7.tar.xz | |
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>
Diffstat (limited to 'src/runtime/mpagealloc_64bit.go')
| -rw-r--r-- | src/runtime/mpagealloc_64bit.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/mpagealloc_64bit.go b/src/runtime/mpagealloc_64bit.go index 371c1fb31c..48859a7d01 100644 --- a/src/runtime/mpagealloc_64bit.go +++ b/src/runtime/mpagealloc_64bit.go @@ -131,7 +131,7 @@ func (p *pageAlloc) sysGrow(base, limit uintptr) { } } - // addrRangeToSumAddrRange is a convienience function that converts + // addrRangeToSumAddrRange is a convenience function that converts // an address range r to the address range of the given summary level // that stores the summaries for r. addrRangeToSumAddrRange := func(level int, r addrRange) addrRange { |
