summaryrefslogtreecommitdiffhomepage
path: root/runsc/boot
diff options
context:
space:
mode:
authorkevin.xu <cming.xu@gmail.com>2019-10-23 15:21:50 +0800
committerGitHub <noreply@github.com>2019-10-23 15:21:50 +0800
commit1f19624fa127d7d59cabe29593cc80b7fe6c81f8 (patch)
treeea4141760f8ceba97aeff0c1d9ee78b49eaf5356 /runsc/boot
parent3edbdcc1911fe7f64f1a342eb2af73a3142540b7 (diff)
fix typo
fix a typo
Diffstat (limited to 'runsc/boot')
-rw-r--r--runsc/boot/controller.go2
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.