diff --git a/staging/src/k8s.io/apiserver/pkg/server/mux/pathrecorder.go b/staging/src/k8s.io/apiserver/pkg/server/mux/pathrecorder.go index ed79cfc83b1..4583a876cb5 100644 --- a/staging/src/k8s.io/apiserver/pkg/server/mux/pathrecorder.go +++ b/staging/src/k8s.io/apiserver/pkg/server/mux/pathrecorder.go @@ -71,7 +71,7 @@ type prefixHandler struct { handler http.Handler } -// NewPathRecorderMux creates a new PathRecorderMux with the given mux as the base mux. +// NewPathRecorderMux creates a new PathRecorderMux func NewPathRecorderMux() *PathRecorderMux { ret := &PathRecorderMux{ pathToHandler: map[string]http.Handler{},