From 9a4ae0322e401c444e5091b0a5e727691a53d9e1 Mon Sep 17 00:00:00 2001 From: "kevin.xu" Date: Mon, 27 Apr 2020 21:53:04 +0800 Subject: Update container.go typo, should be `start` in comments --- runsc/container/container.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runsc/container/container.go') diff --git a/runsc/container/container.go b/runsc/container/container.go index 117ea7d7b..e0153832c 100644 --- a/runsc/container/container.go +++ b/runsc/container/container.go @@ -421,7 +421,7 @@ func (c *Container) Start(conf *boot.Config) error { return err } } else { - // Join cgroup to strt gofer process to ensure it's part of the cgroup from + // Join cgroup to start gofer process to ensure it's part of the cgroup from // the start (and all their children processes). if err := runInCgroup(c.Sandbox.Cgroup, func() error { // Create the gofer process. -- cgit v1.2.3