Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: John Wood <[email protected]>
  • Loading branch information
johnmwood committed Aug 5, 2024
1 parent 885845a commit 0c8dc15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller/profiling.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 0c8dc15

Please sign in to comment.