1
0
mirror of https://github.com/golang/go synced 2024-11-23 21:50:08 -07:00

runtime: mgcmark.go typo fix: gorountine -> goroutine.

This commit is contained in:
doujiang24 2022-01-30 14:10:50 +08:00
parent a5c0b19080
commit 6833eedf2d

View File

@ -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) {