Merge pull request #1058 from cmingxu:master

PiperOrigin-RevId: 277623766
This commit is contained in:
gVisor bot
2019-10-31 11:26:45 -07:00
+2 -2
View File
@@ -51,7 +51,7 @@ const (
ContainerEvent = "containerManager.Event"
// ContainerExecuteAsync is the URPC endpoint for executing a command in a
// container..
// container.
ContainerExecuteAsync = "containerManager.ExecuteAsync"
// ContainerPause pauses the container.
@@ -161,7 +161,7 @@ func newController(fd int, l *Loader) (*controller, error) {
}, nil
}
// containerManager manages sandboes containers.
// containerManager manages sandbox containers.
type containerManager struct {
// startChan is used to signal when the root container process should
// be started.