mirror of https://github.com/golang/go.git
runtime: fix typos
This commit is contained in:
parent
2aa473cc54
commit
c64cf47974
|
|
@ -947,7 +947,7 @@ func goroutineProfileWithLabelsConcurrent(p []StackRecord, labels []unsafe.Point
|
|||
goroutineProfile.active = true
|
||||
goroutineProfile.records = p
|
||||
goroutineProfile.labels = labels
|
||||
// The finializer goroutine needs special handling because it can vary over
|
||||
// The finalizer goroutine needs special handling because it can vary over
|
||||
// time between being a user goroutine (eligible for this profile) and a
|
||||
// system goroutine (to be excluded). Pick one before restarting the world.
|
||||
if fing != nil {
|
||||
|
|
|
|||
Loading…
Reference in New Issue