From 445cf7b29e859cdc52164d9781415cebea7b7795 Mon Sep 17 00:00:00 2001 From: guoguangwu Date: Thu, 7 Mar 2024 09:30:23 +0800 Subject: [PATCH] cmd/trace: fix typo in comment Signed-off-by: guoguangwu --- src/cmd/trace/v2/gstate.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.