]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/trace/v2: fix typo in comment
authorguoguangwu <guoguangwug@gmail.com>
Sun, 10 Mar 2024 07:36:36 +0000 (07:36 +0000)
committerGopher Robot <gobot@golang.org>
Mon, 11 Mar 2024 17:07:59 +0000 (17:07 +0000)
Change-Id: Icbf295e668335945084616a88c3ea2cef1bb2527
GitHub-Last-Rev: 0341d0fea71a194d7a85741f6951c8c7c21aee33
GitHub-Pull-Request: golang/go#66229
Reviewed-on: https://go-review.googlesource.com/c/go/+/570356
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/cmd/trace/v2/regions.go

index 5d04fd2ae5151e758eb60645a6f8295dc7fd9660..01233284ea855fb25d969a19305d9581f14f7885 100644 (file)
@@ -20,7 +20,7 @@ import (
        "time"
 )
 
-// UserTasksHandlerFunc returns a HandlerFunc that reports all regions found in the trace.
+// UserRegionsHandlerFunc returns a HandlerFunc that reports all regions found in the trace.
 func UserRegionsHandlerFunc(t *parsedTrace) http.HandlerFunc {
        return func(w http.ResponseWriter, r *http.Request) {
                // Summarize all the regions.