diff options
| -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 0ebeafad61..1418831a50 100644 --- a/src/runtime/mpagealloc_64bit.go +++ b/src/runtime/mpagealloc_64bit.go @@ -90,7 +90,7 @@ func (p *pageAlloc) sysInit(test bool) { // sysGrow performs architecture-dependent operations on heap // growth for the page allocator, such as mapping in new memory // for summaries. It also updates the length of the slices in -// [.summary. +// p.summary. // // base is the base of the newly-added heap memory and limit is // the first address past the end of the newly-added heap memory. |
