1
0
mirror of https://github.com/golang/go synced 2024-11-19 04:14:45 -07:00

runtime: fix a minor typo in comments

Change-Id: I13a8aacd1b8243c992b539ab6bf7b5dff2a1393a
Reviewed-on: https://go-review.googlesource.com/1757
Reviewed-by: Minux Ma <minux@golang.org>
This commit is contained in:
Guobiao Mei 2014-12-18 10:53:00 -05:00 committed by Minux Ma
parent 604fa4d5a1
commit 6ce3cd18fa

View File

@ -40,7 +40,7 @@ import "unsafe"
//
// 3. If the MCentral free list is empty, replenish it by
// allocating a run of pages from the MHeap and then
// chopping that memory into a objects of the given size.
// chopping that memory into objects of the given size.
// Allocating many objects amortizes the cost of locking
// the heap.
//