diff options
author | kevin.xu <cming.xu@gmail.com> | 2019-10-23 15:21:50 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-23 15:21:50 +0800 |
commit | 1f19624fa127d7d59cabe29593cc80b7fe6c81f8 (patch) | |
tree | ea4141760f8ceba97aeff0c1d9ee78b49eaf5356 /runsc/boot | |
parent | 3edbdcc1911fe7f64f1a342eb2af73a3142540b7 (diff) |
fix typo
fix a typo
Diffstat (limited to 'runsc/boot')
-rw-r--r-- | runsc/boot/controller.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runsc/boot/controller.go b/runsc/boot/controller.go index d177e1c91..928285683 100644 --- a/runsc/boot/controller.go +++ b/runsc/boot/controller.go @@ -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. |