Fix a typo in factory.go

Docker-DCO-1.1-Signed-off-by: Hui Kang <hkang.sunysb@gmail.com>
This commit is contained in:
Hui Kang 2015-04-12 21:26:22 +00:00
parent 883cbf7d28
commit 428bd8d96f
1 changed files with 1 additions and 1 deletions

View File

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