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:
parent
a5c0b19080
commit
6833eedf2d
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user