aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
diff options
context:
space:
mode:
authorPaul Boyd <boyd.paul2@gmail.com>2017-12-08 12:48:26 -0500
committerIan Lance Taylor <iant@golang.org>2017-12-08 18:01:57 +0000
commit66ba18bf2119bde33ce8cf8907cedd470566cce8 (patch)
treebe0f43a71a1bfe346da22662acea509af1411ba1 /src/runtime
parent98d0da98da7ff26d59e478e6baa16bf4eb9d266c (diff)
downloadgo-66ba18bf2119bde33ce8cf8907cedd470566cce8.tar.xz
fix a typo in the runtime.MemStats documentation
Change-Id: If553950446158cee486006ba85c3663b986008a6 Reviewed-on: https://go-review.googlesource.com/82936 Reviewed-by: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'src/runtime')
-rw-r--r--src/runtime/mstats.go2
1 files changed, 1 insertions, 1 deletions
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