From: Paul Boyd Date: Fri, 8 Dec 2017 17:48:26 +0000 (-0500) Subject: fix a typo in the runtime.MemStats documentation X-Git-Tag: go1.10beta2~153 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=66ba18bf2119bde33ce8cf8907cedd470566cce8;p=gostls13.git fix a typo in the runtime.MemStats documentation Change-Id: If553950446158cee486006ba85c3663b986008a6 Reviewed-on: https://go-review.googlesource.com/82936 Reviewed-by: Ian Lance Taylor --- diff --git a/src/runtime/mstats.go b/src/runtime/mstats.go index 53caefc0fe..e6f2f0026b 100644 --- a/src/runtime/mstats.go +++ b/src/runtime/mstats.go @@ -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