Repository: mesos Updated Branches: refs/heads/master 3f9ab9744 -> d7c14eab2
Fixed a comment in the master. Review: https://reviews.apache.org/r/64458/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/c1138c87 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/c1138c87 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/c1138c87 Branch: refs/heads/master Commit: c1138c878e9d97c156b515ac5f1fb63e222cc81e Parents: 3f9ab97 Author: Greg Mann <[email protected]> Authored: Mon Dec 11 08:41:15 2017 -0800 Committer: Greg Mann <[email protected]> Committed: Mon Dec 11 08:41:56 2017 -0800 ---------------------------------------------------------------------- src/master/master.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/c1138c87/src/master/master.cpp ---------------------------------------------------------------------- diff --git a/src/master/master.cpp b/src/master/master.cpp index b3e074c..0488efb 100644 --- a/src/master/master.cpp +++ b/src/master/master.cpp @@ -7459,7 +7459,7 @@ void Master::updateSlave(const UpdateSlaveMessage& message) // as many non-terminal offer operations as the agent. While an // operation might get lost on the way to the agent or resource // provider, or become terminal inside the agent, the master would never - // make an offer operation known to the agent terminal with the agent + // make an offer operation known to the agent terminal without the agent // doing that first. // // NOTE: We only consider non-terminal operations here as there is an
