cmd/trace/v2: fix typo in comment

Signed-off-by: guoguangwu <guoguangwug@gmail.com>
This commit is contained in:
guoguangwu 2024-03-10 15:31:59 +08:00
parent 1e433915ce
commit 0341d0fea7
1 changed files with 1 additions and 1 deletions

View 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.