You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ya...@apache.org on 2017/10/09 21:42:39 UTC

mesos git commit: Fixed a typo.

Repository: mesos
Updated Branches:
  refs/heads/master 4fd018be6 -> ef01fa6c9


Fixed a typo.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/ef01fa6c
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/ef01fa6c
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/ef01fa6c

Branch: refs/heads/master
Commit: ef01fa6c925703e3ac2c81879607949a9decaee5
Parents: 4fd018b
Author: Jiang Yan Xu <xu...@apple.com>
Authored: Mon Oct 9 14:40:05 2017 -0700
Committer: Jiang Yan Xu <xu...@apple.com>
Committed: Mon Oct 9 14:40:05 2017 -0700

----------------------------------------------------------------------
 src/master/master.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/ef01fa6c/src/master/master.hpp
----------------------------------------------------------------------
diff --git a/src/master/master.hpp b/src/master/master.hpp
index 0c0f28e..0ddc982 100644
--- a/src/master/master.hpp
+++ b/src/master/master.hpp
@@ -637,7 +637,7 @@ protected:
   // When a slave that was previously registered with this master
   // re-registers, we need to reconcile the master's view of the
   // slave's tasks and executors.  This function also sends the
-  // `ReregisterSlaveMessage`.
+  // `SlaveReregisteredMessage`.
   void reconcileKnownSlave(
       Slave* slave,
       const std::vector<ExecutorInfo>& executors,