Repository: mesos
Updated Branches:
  refs/heads/master 84a3adb92 -> 9e0845415


Adjusted the comment to avoid using sub-containers.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/9e084541
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/9e084541
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/9e084541

Branch: refs/heads/master
Commit: 9e0845415a6ab6a9bd2c86cbcf7dda9a0831fa5e
Parents: 84a3adb
Author: Jie Yu <yujie....@gmail.com>
Authored: Wed Sep 21 12:01:54 2016 -0700
Committer: Jie Yu <yujie....@gmail.com>
Committed: Wed Sep 21 12:01:54 2016 -0700

----------------------------------------------------------------------
 src/slave/containerizer/mesos/provisioner/paths.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/9e084541/src/slave/containerizer/mesos/provisioner/paths.hpp
----------------------------------------------------------------------
diff --git a/src/slave/containerizer/mesos/provisioner/paths.hpp 
b/src/slave/containerizer/mesos/provisioner/paths.hpp
index b368c52..466f5ed 100644
--- a/src/slave/containerizer/mesos/provisioner/paths.hpp
+++ b/src/slave/containerizer/mesos/provisioner/paths.hpp
@@ -40,7 +40,7 @@ namespace paths {
 //                 |-- <backend> (copy, bind, etc.)
 //                     |-- rootfses
 //                         |-- <rootfs_id> (the rootfs)
-//             |-- containers (nested sub-containers)
+//             |-- containers (nested containers)
 //                 |-- <container_id>
 //                     |-- backends
 //                         |-- <backend> (copy, bind, etc.)

Reply via email to