fix a typo
This commit is contained in:
kevin.xu
2019-10-23 15:21:50 +08:00
committed by GitHub
parent 3edbdcc191
commit 1f19624fa1
+1 -1
View File
@@ -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.