runtime: fix typos

This commit is contained in:
Jun10ng 2022-07-16 22:26:35 +08:00
parent 2aa473cc54
commit c64cf47974
1 changed files with 1 additions and 1 deletions

View File

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