From 7f172d7bcee7c5a317f4025471a624ee6e8ab94f Mon Sep 17 00:00:00 2001 From: mgniu Date: Fri, 26 Aug 2016 18:26:15 +0800 Subject: [PATCH] change comment Signed-off-by: mgniu Upstream-commit: c5ecf1e6fe98cbf9a20d59f9ca5eb69f9c72210b Component: engine --- components/engine/api/server/middleware.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/api/server/middleware.go b/components/engine/api/server/middleware.go index 5a987b015a..537ce8028f 100644 --- a/components/engine/api/server/middleware.go +++ b/components/engine/api/server/middleware.go @@ -6,7 +6,7 @@ import ( "github.com/docker/docker/api/server/middleware" ) -// handleWithGlobalMiddlwares wraps the handler function for a request with +// handlerWithGlobalMiddlewares wraps the handler function for a request with // the server's global middlewares. The order of the middlewares is backwards, // meaning that the first in the list will be evaluated last. func (s *Server) handlerWithGlobalMiddlewares(handler httputils.APIFunc) httputils.APIFunc {