From 5b3cd56038fbc76d5094c6a3373776532cbe386d Mon Sep 17 00:00:00 2001 From: Jerrin Shaji George Date: Thu, 22 Feb 2018 15:51:10 -0800 Subject: runtime: fix a few typos in comments Change-Id: I07a1eb02ffc621c5696b49491181300bf411f822 Reviewed-on: https://go-review.googlesource.com/96475 Reviewed-by: Brad Fitzpatrick --- src/runtime/mfixalloc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/runtime/mfixalloc.go') diff --git a/src/runtime/mfixalloc.go b/src/runtime/mfixalloc.go index 7496671fbe..1febe782bb 100644 --- a/src/runtime/mfixalloc.go +++ b/src/runtime/mfixalloc.go @@ -11,7 +11,7 @@ package runtime import "unsafe" // FixAlloc is a simple free-list allocator for fixed size objects. -// Malloc uses a FixAlloc wrapped around sysAlloc to manages its +// Malloc uses a FixAlloc wrapped around sysAlloc to manage its // MCache and MSpan objects. // // Memory returned by fixalloc.alloc is zeroed by default, but the -- cgit v1.3-5-g9baa