]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/trace: fix typo in comment
authorguoguangwu <guoguangwug@gmail.com>
Thu, 7 Mar 2024 01:38:48 +0000 (01:38 +0000)
committerGopher Robot <gobot@golang.org>
Thu, 7 Mar 2024 19:08:04 +0000 (19:08 +0000)
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 <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>

src/cmd/trace/v2/gstate.go

index aeba7ecbc17a7ffc4ba68711a1a91ab2b5c35ef7..d4e7042c98affb01995abb045fab555cc540655e 100644 (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.