diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-04-27 22:12:23 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-04-27 22:12:23 +0000 |
commit | dd4e0dcf11a913d575fb24c61461d85e79f5acf0 (patch) | |
tree | a34262e8b02acb6d19fcb8679b17e3a77d5b2d1a /runsc/container | |
parent | 443b4598dc6b464323ed1fb2dd9c6c292c4f64c6 (diff) | |
parent | ad6ba201884b7ca987791538adcf8af3a920bf9c (diff) |
Merge release-20200323.0-257-gad6ba20 (automated)
Diffstat (limited to 'runsc/container')
-rw-r--r-- | runsc/container/container.go | 2 |
1 files changed, 1 insertions, 1 deletions
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. |