You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ne...@apache.org on 2017/05/30 23:06:16 UTC

mesos git commit: Fixed typo in comment.

Repository: mesos
Updated Branches:
  refs/heads/master ad100c322 -> 80f13bfd0


Fixed typo in comment.


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

Branch: refs/heads/master
Commit: 80f13bfd087cc7540108db052a85101a5dc5e5a5
Parents: ad100c3
Author: Neil Conway <ne...@gmail.com>
Authored: Tue May 30 16:06:07 2017 -0700
Committer: Neil Conway <ne...@gmail.com>
Committed: Tue May 30 16:06:07 2017 -0700

----------------------------------------------------------------------
 src/master/allocator/mesos/hierarchical.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/80f13bfd/src/master/allocator/mesos/hierarchical.cpp
----------------------------------------------------------------------
diff --git a/src/master/allocator/mesos/hierarchical.cpp b/src/master/allocator/mesos/hierarchical.cpp
index f5b48d8..ca368bb 100644
--- a/src/master/allocator/mesos/hierarchical.cpp
+++ b/src/master/allocator/mesos/hierarchical.cpp
@@ -1187,7 +1187,7 @@ void HierarchicalAllocatorProcess::recoverResources(
     //
     // Because the next periodic allocation goes through a dispatch
     // after `allocationInterval`, we do the same for `expire()`
-    // (with a hepler `_expire()`) to achieve the above.
+    // (with a helper `_expire()`) to achieve the above.
     //
     // TODO(alexr): If we allocated upon resource recovery
     // (MESOS-3078), we would not need to increase the timeout here.