Repository: mesos Updated Branches: refs/heads/master 33058278e -> 3b91e35b4
Corrected the inaccurate description of 'DRFSorter::dirty'. Review: https://reviews.apache.org/r/37289 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/3b91e35b Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/3b91e35b Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/3b91e35b Branch: refs/heads/master Commit: 3b91e35b458ffbf1f99c28e1540cb55f7f7d7454 Parents: 3305827 Author: Qian Zhang <[email protected]> Authored: Thu Aug 27 10:52:22 2015 -0400 Committer: Michael Park <[email protected]> Committed: Thu Aug 27 10:52:22 2015 -0400 ---------------------------------------------------------------------- src/master/allocator/sorter/drf/sorter.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/3b91e35b/src/master/allocator/sorter/drf/sorter.hpp ---------------------------------------------------------------------- diff --git a/src/master/allocator/sorter/drf/sorter.hpp b/src/master/allocator/sorter/drf/sorter.hpp index f66ade0..217c7c4 100644 --- a/src/master/allocator/sorter/drf/sorter.hpp +++ b/src/master/allocator/sorter/drf/sorter.hpp @@ -117,7 +117,7 @@ private: // it exists in this Sorter. std::set<Client, DRFComparator>::iterator find(const std::string& name); - // If true, start() will recalculate all shares. + // If true, sort() will recalculate all shares. bool dirty; // A set of Clients (names and shares) sorted by share.
