diff options
author | gVisor bot <gvisor-bot@google.com> | 2019-10-31 18:32:16 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-10-31 18:32:16 +0000 |
commit | 6ca0651993373fe9568d533067718b8238a5ab46 (patch) | |
tree | 0e20c6abc5e6c4ab460c2410ef12cfea3ded9f9d /runsc | |
parent | 2de2a361f28b7b7a98c3c29497c8284b82c83843 (diff) | |
parent | 7dcfcd53e4f3f0e1384ac42eacf2622a57d1b37c (diff) |
Merge release-20190806.1-354-g7dcfcd5 (automated)
Diffstat (limited to 'runsc')
-rw-r--r-- | runsc/boot/controller.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runsc/boot/controller.go b/runsc/boot/controller.go index 5f644b57e..928285683 100644 --- a/runsc/boot/controller.go +++ b/runsc/boot/controller.go @@ -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. |