From 38cf79526a5859fb6363e607b2277ab442b28dcb Mon Sep 17 00:00:00 2001 From: doujiang24 Date: Sun, 30 Jan 2022 06:16:03 +0000 Subject: [PATCH] runtime: mgcmark.go typo fix: gorountine -> goroutine. Change-Id: I5cd980a7c825619cc782a3bca2a1c9c7971fdca2 GitHub-Last-Rev: 6833eedf2dab77f7263f9803839a64b79f57e43e GitHub-Pull-Request: golang/go#50910 Reviewed-on: https://go-review.googlesource.com/c/go/+/381959 Reviewed-by: Ian Lance Taylor Run-TryBot: Ian Lance Taylor TryBot-Result: Gopher Robot Reviewed-by: Austin Clements --- src/runtime/mgcmark.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/mgcmark.go b/src/runtime/mgcmark.go index 68acfd4d49..0bf044e314 100644 --- a/src/runtime/mgcmark.go +++ b/src/runtime/mgcmark.go @@ -401,7 +401,7 @@ func markrootSpans(gcw *gcWork, shard int) { } // gcAssistAlloc performs GC work to make gp's assist debt positive. -// gp must be the calling user gorountine. +// gp must be the calling user goroutine. // // This must be called with preemption enabled. func gcAssistAlloc(gp *g) { -- 2.50.0