mirror of https://github.com/golang/go.git
cmd/trace: fix typo in comment
Signed-off-by: guoguangwu <guoguangwug@gmail.com>
This commit is contained in:
parent
90d24b4f4e
commit
445cf7b29e
|
|
@ -60,7 +60,7 @@ type gState[R resource] struct {
|
|||
}
|
||||
|
||||
// startBlockReason is the StateTransition.Reason of the most recent
|
||||
// event that caused a gorotuine to transition to GoWaiting.
|
||||
// event that caused a goroutine to transition to GoWaiting.
|
||||
startBlockReason string
|
||||
|
||||
// startCause is the event that allowed this goroutine to start running.
|
||||
|
|
|
|||
Loading…
Reference in New Issue