You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ji...@apache.org on 2016/07/28 16:36:14 UTC

mesos git commit: Fixed a typo in cgroups.hpp.

Repository: mesos
Updated Branches:
  refs/heads/master beda6ffb7 -> d51147d70


Fixed a typo in cgroups.hpp.

Review: https://reviews.apache.org/r/50552/


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

Branch: refs/heads/master
Commit: d51147d7042122b130f7baf7d5a21fb75b6b7c88
Parents: beda6ff
Author: Qian Zhang <zh...@cn.ibm.com>
Authored: Thu Jul 28 09:36:11 2016 -0700
Committer: Jie Yu <yu...@gmail.com>
Committed: Thu Jul 28 09:36:11 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/d51147d7/src/slave/containerizer/mesos/isolators/cgroups/cgroups.hpp
----------------------------------------------------------------------
diff --git a/src/slave/containerizer/mesos/isolators/cgroups/cgroups.hpp b/src/slave/containerizer/mesos/isolators/cgroups/cgroups.hpp
index c57baec..422b465 100644
--- a/src/slave/containerizer/mesos/isolators/cgroups/cgroups.hpp
+++ b/src/slave/containerizer/mesos/isolators/cgroups/cgroups.hpp
@@ -101,7 +101,7 @@ private:
   // Map from subsystem name to hierarchy path.
   hashmap<std::string, std::string> hierarchies;
 
-  // We map hierarchy path and `Subsytem` in subsystems. Same hierarchy may
+  // We map hierarchy path and `Subsystem` in subsystems. Same hierarchy may
   // map to multiple Subsystems. For example, our cgroups hierarchies may
   // mount like below in the machine:
   //   /cgroup/cpu,cpuacct -> cpu