summaryrefslogtreecommitdiffhomepage
path: root/runsc
diff options
context:
space:
mode:
authorKevin Krakauer <krakauer@google.com>2019-04-02 11:26:47 -0700
committerShentubot <shentubot@google.com>2019-04-02 11:28:06 -0700
commita40ee4f4b8a6874157759723583d6489bbac7f23 (patch)
tree6058ff59bb909fa36577006b8a5644e7e1884ff1 /runsc
parent52a51a8e20b3e5c28eb1e66bd57203216cf644c5 (diff)
Change bug number for duplicate bug.
PiperOrigin-RevId: 241567897 Change-Id: I580eac04f52bb15f4aab7df9822c4aa92e743021
Diffstat (limited to 'runsc')
-rw-r--r--runsc/boot/controller.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/runsc/boot/controller.go b/runsc/boot/controller.go
index 14e1eba5b..ed78e8070 100644
--- a/runsc/boot/controller.go
+++ b/runsc/boot/controller.go
@@ -232,7 +232,7 @@ func (cm *containerManager) Start(args *StartArgs, _ *struct{}) error {
}
// Prevent CIDs containing ".." from confusing the sentry when creating
// /containers/<cid> directory.
- // TODO: Once we have multiple independant roots, this
+ // TODO: Once we have multiple independent roots, this
// check won't be necessary.
if path.Clean(args.CID) != args.CID {
return fmt.Errorf("container ID shouldn't contain directory traversals such as \"..\": %q", args.CID)