Repository: mesos Updated Branches: refs/heads/master 5574681dd -> 5d17e892c
Fixed spelling in a comment. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/5d17e892 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/5d17e892 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/5d17e892 Branch: refs/heads/master Commit: 5d17e892cf175606167d47a0eaa969d7acc052d2 Parents: 5574681 Author: James Peach <[email protected]> Authored: Thu Nov 30 08:32:09 2017 -0800 Committer: James Peach <[email protected]> Committed: Thu Nov 30 08:32:09 2017 -0800 ---------------------------------------------------------------------- src/master/master.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/5d17e892/src/master/master.hpp ---------------------------------------------------------------------- diff --git a/src/master/master.hpp b/src/master/master.hpp index 0f8a2ac..00fc421 100644 --- a/src/master/master.hpp +++ b/src/master/master.hpp @@ -2247,7 +2247,7 @@ struct Framework // Note that we explicitly convert from protobuf to `Resources` once // and then use the result for calculations to avoid performance penalty // for multiple conversions and validations implied by `+=` with protobuf - // agrument. + // arguments. // Conversion is safe, as resources have already passed validation. const Resources resources = task->resources(); totalUsedResources += resources;
