Commit 66ba18bf authored by Paul Boyd's avatar Paul Boyd Committed by Ian Lance Taylor

fix a typo in the runtime.MemStats documentation

Change-Id: If553950446158cee486006ba85c3663b986008a6
Reviewed-on: https://go-review.googlesource.com/82936Reviewed-by: default avatarIan Lance Taylor <iant@golang.org>
parent 98d0da98
......@@ -262,7 +262,7 @@ type MemStats struct {
// can only be used for other objects of roughly the same
// size.
//
// HeapInuse minus HeapAlloc esimates the amount of memory
// HeapInuse minus HeapAlloc estimates the amount of memory
// that has been dedicated to particular size classes, but is
// not currently being used. This is an upper bound on
// fragmentation, but in general this memory can be reused
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment