From 428bd8d96ff5cb72b900445de3d21ae423a83929 Mon Sep 17 00:00:00 2001 From: Hui Kang Date: Sun, 12 Apr 2015 21:26:22 +0000 Subject: [PATCH] Fix a typo in factory.go Docker-DCO-1.1-Signed-off-by: Hui Kang --- factory.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/factory.go b/factory.go index 6a3706fd..2b3ff85d 100644 --- a/factory.go +++ b/factory.go @@ -32,7 +32,7 @@ type Factory interface { // System error Load(id string) (Container, error) - // StartInitialization is an internal API to libcontainer used during the rexec of the + // StartInitialization is an internal API to libcontainer used during the reexec of the // container. // // Errors: