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 98d0da9 commit 66ba18bCopy full SHA for 66ba18b
src/runtime/mstats.go
@@ -262,7 +262,7 @@ type MemStats struct {
262
// can only be used for other objects of roughly the same
263
// size.
264
//
265
- // HeapInuse minus HeapAlloc esimates the amount of memory
+ // HeapInuse minus HeapAlloc estimates the amount of memory
266
// that has been dedicated to particular size classes, but is
267
// not currently being used. This is an upper bound on
268
// fragmentation, but in general this memory can be reused
0 commit comments