From: guoguangwu Date: Thu, 7 Mar 2024 01:38:48 +0000 (+0000) Subject: cmd/trace: fix typo in comment X-Git-Tag: go1.23rc1~974 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=47079b5e80ed4aa2cc1b21a72a524f2f6c349e3f;p=gostls13.git cmd/trace: fix typo in comment Change-Id: I6ac2863e2af8c23588d35bf142f607e241f98405 GitHub-Last-Rev: 445cf7b29e859cdc52164d9781415cebea7b7795 GitHub-Pull-Request: golang/go#66152 Reviewed-on: https://go-review.googlesource.com/c/go/+/569675 Auto-Submit: Ian Lance Taylor Reviewed-by: Michael Knyszek Reviewed-by: Ian Lance Taylor LUCI-TryBot-Result: Go LUCI --- diff --git a/src/cmd/trace/v2/gstate.go b/src/cmd/trace/v2/gstate.go index aeba7ecbc1..d4e7042c98 100644 --- a/src/cmd/trace/v2/gstate.go +++ b/src/cmd/trace/v2/gstate.go @@ -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.