Merge pull request #527 from huikang/master

Fix a typo in factory.go
This commit is contained in:
Mrunal Patel
2015-04-12 16:19:54 -07:00
+1 -1
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: