Skip to content

Commit 66ba18b

Browse files
pboydianlancetaylor
authored andcommitted
fix a typo in the runtime.MemStats documentation
Change-Id: If553950446158cee486006ba85c3663b986008a6 Reviewed-on: https://go-review.googlesource.com/82936 Reviewed-by: Ian Lance Taylor <[email protected]>
1 parent 98d0da9 commit 66ba18b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/mstats.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ type MemStats struct {
262262
// can only be used for other objects of roughly the same
263263
// size.
264264
//
265-
// HeapInuse minus HeapAlloc esimates the amount of memory
265+
// HeapInuse minus HeapAlloc estimates the amount of memory
266266
// that has been dedicated to particular size classes, but is
267267
// not currently being used. This is an upper bound on
268268
// fragmentation, but in general this memory can be reused

0 commit comments

Comments
 (0)