From b8e8ca734ec1e65dea949f933e38c30ddc350bdd Mon Sep 17 00:00:00 2001 From: PingWang Date: Sat, 10 Nov 2018 15:38:56 +0800 Subject: [PATCH] Fix function comment Signed-off-by: PingWang Kubernetes-commit: 7750422a9d5038a2b9da5b79990ceff406434f77 --- pkg/server/mux/pathrecorder.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/server/mux/pathrecorder.go b/pkg/server/mux/pathrecorder.go index 16857cc8a..74ed8f677 100644 --- a/pkg/server/mux/pathrecorder.go +++ b/pkg/server/mux/pathrecorder.go @@ -55,7 +55,7 @@ type PathRecorderMux struct { pathStacks map[string]string } -// pathHandler is an http.Handler that will satify requests first by exact match, then by prefix, +// pathHandler is an http.Handler that will satisfy requests first by exact match, then by prefix, // then by notFoundHandler type pathHandler struct { // muxName is used for logging so you can trace requests through