Updated a comment in the allocator tests for consistency. Review: https://reviews.apache.org/r/42634/
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/cebbdab5 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/cebbdab5 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/cebbdab5 Branch: refs/heads/master Commit: cebbdab581abaf2cae3c2f14b58df0654212fbd1 Parents: 2558518 Author: Alexander Rukletsov <[email protected]> Authored: Fri Jan 22 00:16:56 2016 -0800 Committer: Benjamin Mahler <[email protected]> Committed: Fri Jan 22 00:16:56 2016 -0800 ---------------------------------------------------------------------- src/tests/hierarchical_allocator_tests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/cebbdab5/src/tests/hierarchical_allocator_tests.cpp ---------------------------------------------------------------------- diff --git a/src/tests/hierarchical_allocator_tests.cpp b/src/tests/hierarchical_allocator_tests.cpp index aa364ea..d11e1c7 100644 --- a/src/tests/hierarchical_allocator_tests.cpp +++ b/src/tests/hierarchical_allocator_tests.cpp @@ -1413,7 +1413,7 @@ TEST_F(HierarchicalAllocatorTest, Whitelist) // resources as part of quota and do not re-offer them afterwards. // In the presence of quota'ed and non-quota'ed roles, if a framework in -// the quota'ed role declines offers, some resources are kept aside for +// the quota'ed role declines offers, some resources are laid away for // the role, so that a greedy framework from a non-quota'ed role cannot // eat up all free resources. TEST_F(HierarchicalAllocatorTest, QuotaProvidesQuarantee)
