From c71898566bc28d2132a2e26979450c8139584f0f Mon Sep 17 00:00:00 2001 From: LingFaKe Date: Fri, 8 Apr 2016 22:08:58 +0800 Subject: [PATCH] fix typo Signed-off-by: Ling FaKe Upstream-commit: d0344731ef11a5951c86f444ac40e27f2472db01 Component: engine --- components/engine/container/container.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/container/container.go b/components/engine/container/container.go index 58892e7788..d33b14878c 100644 --- a/components/engine/container/container.go +++ b/components/engine/container/container.go @@ -905,7 +905,7 @@ func (container *Container) FullHostname() string { return fullHostname } -// RestartManager returns the current restartmanager instace connected to container. +// RestartManager returns the current restartmanager instance connected to container. func (container *Container) RestartManager(reset bool) restartmanager.RestartManager { if reset { container.RestartCount = 0