aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/malloc2.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/malloc2.go')
-rw-r--r--src/runtime/malloc2.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/malloc2.go b/src/runtime/malloc2.go
index c975f845bc..535e7cace3 100644
--- a/src/runtime/malloc2.go
+++ b/src/runtime/malloc2.go
@@ -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.
//