summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2020-04-27 15:07:35 -0700
committergVisor bot <gvisor-bot@google.com>2020-04-27 15:07:35 -0700
commitad6ba201884b7ca987791538adcf8af3a920bf9c (patch)
treeeb24a9ff9c68e9cc020954df8f40644212c05679
parent003e79a6d11b17caed480c1ba556de5cb713abb3 (diff)
parent9a4ae0322e401c444e5091b0a5e727691a53d9e1 (diff)
Merge pull request #2557 from cmingxu:master
PiperOrigin-RevId: 308706483
-rw-r--r--runsc/container/container.go2
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.