From 0c8dc15569a717167e15b021cb91012e94759a8e Mon Sep 17 00:00:00 2001 From: John Wood Date: Mon, 5 Aug 2024 12:33:39 -0500 Subject: [PATCH] wip Signed-off-by: John Wood --- controller/profiling.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller/profiling.go b/controller/profiling.go index ec3f0910a4..03920906ac 100644 --- a/controller/profiling.go +++ b/controller/profiling.go @@ -10,7 +10,7 @@ const ( ProfilingPath = "/debug/pprof" ) -// NewPProfServer returns a new pprof server to gather to gather runtime profiling data +// NewPProfServer returns a new pprof server to gather runtime profiling data func NewPProfServer() *http.ServeMux { mux := http.NewServeMux()