cmd/trace: fix typo in comment

Change-Id: I6ac2863e2af8c23588d35bf142f607e241f98405
GitHub-Last-Rev: 445cf7b29e
GitHub-Pull-Request: golang/go#66152
Reviewed-on: https://go-review.googlesource.com/c/go/+/569675
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
This commit is contained in:
guoguangwu 2024-03-07 01:38:48 +00:00 committed by Gopher Robot
parent d44ec4c05f
commit 47079b5e80
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.