From 1f19624fa127d7d59cabe29593cc80b7fe6c81f8 Mon Sep 17 00:00:00 2001 From: "kevin.xu" Date: Wed, 23 Oct 2019 15:21:50 +0800 Subject: [PATCH] fix typo fix a typo --- runsc/boot/controller.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.