From 50ba90bce575f94ccf9a64357e9b0ababa3c9d2f Mon Sep 17 00:00:00 2001 From: cui fliter Date: Sat, 11 Mar 2023 10:33:57 +0800 Subject: all: fix some problematic comments Change-Id: Ia110d19fe5ff3adc8bbf86dd2112f9702164d495 Reviewed-on: https://go-review.googlesource.com/c/go/+/475515 Reviewed-by: Cherry Mui TryBot-Result: Gopher Robot Run-TryBot: Ian Lance Taylor Reviewed-by: Ian Lance Taylor Auto-Submit: Ian Lance Taylor --- 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 8788d95c00..1a249e5981 100644 --- a/src/runtime/mfixalloc.go +++ b/src/runtime/mfixalloc.go @@ -13,7 +13,7 @@ import ( "unsafe" ) -// FixAlloc is a simple free-list allocator for fixed size objects. +// fixalloc is a simple free-list allocator for fixed size objects. // Malloc uses a FixAlloc wrapped around sysAlloc to manage its // mcache and mspan objects. // -- cgit v1.3-5-g9baa