diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-04-27 15:07:35 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-04-27 15:07:35 -0700 |
commit | ad6ba201884b7ca987791538adcf8af3a920bf9c (patch) | |
tree | eb24a9ff9c68e9cc020954df8f40644212c05679 | |
parent | 003e79a6d11b17caed480c1ba556de5cb713abb3 (diff) | |
parent | 9a4ae0322e401c444e5091b0a5e727691a53d9e1 (diff) |
Merge pull request #2557 from cmingxu:master
PiperOrigin-RevId: 308706483
-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. |