Merge pull request #70903 from ping035627/k8s-181110

Fix function comment to consistent with its name
This commit is contained in:
Kubernetes Prow Robot 2019-02-11 02:43:54 -08:00 committed by GitHub
commit d820b5024e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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