We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73a4684 commit 80d64adCopy full SHA for 80d64ad
src/runtime/mpagealloc_64bit.go
@@ -90,7 +90,7 @@ func (p *pageAlloc) sysInit(test bool) {
90
// sysGrow performs architecture-dependent operations on heap
91
// growth for the page allocator, such as mapping in new memory
92
// for summaries. It also updates the length of the slices in
93
-// [.summary.
+// p.summary.
94
//
95
// base is the base of the newly-added heap memory and limit is
96
// the first address past the end of the newly-added heap memory.
0 commit comments