cmd/trace: fix typo in comment

Signed-off-by: guoguangwu <guoguangwug@gmail.com>
This commit is contained in:
guoguangwu 2024-03-07 09:30:23 +08:00
parent 90d24b4f4e
commit 445cf7b29e
1 changed files with 1 additions and 1 deletions

View File

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