This is an automated email from the ASF dual-hosted git repository. mzhu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git
commit dc8f085cf85431cb3c5b52e04f19713d0f7b48b5 Author: Meng Zhu <[email protected]> AuthorDate: Fri Oct 12 17:37:00 2018 -0700 Fixed a typo in the allocator benchmark. --- src/tests/hierarchical_allocator_benchmarks.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/hierarchical_allocator_benchmarks.cpp b/src/tests/hierarchical_allocator_benchmarks.cpp index 5af09f7..6c6330e 100644 --- a/src/tests/hierarchical_allocator_benchmarks.cpp +++ b/src/tests/hierarchical_allocator_benchmarks.cpp @@ -67,7 +67,7 @@ namespace mesos { namespace internal { namespace tests { -// TODO(kapil): Add support for per-framework-profile cofiguration for +// TODO(kapil): Add support for per-framework-profile configuration for // offer acceptance/rejection. struct FrameworkProfile {
