Repository: mesos
Updated Branches:
  refs/heads/master 3f450c735 -> 203a5544e


Fixed invalid comment string in slave.cpp


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

Branch: refs/heads/master
Commit: 203a5544e8ca975c2ca4f95d27b7215e794fa6ae
Parents: 3f450c7
Author: Vinod Kone <vi...@twitter.com>
Authored: Fri May 16 15:45:10 2014 -0700
Committer: Vinod Kone <vi...@twitter.com>
Committed: Fri May 16 15:45:10 2014 -0700

----------------------------------------------------------------------
 src/slave/slave.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/203a5544/src/slave/slave.cpp
----------------------------------------------------------------------
diff --git a/src/slave/slave.cpp b/src/slave/slave.cpp
index 8c35590..a4b9570 100644
--- a/src/slave/slave.cpp
+++ b/src/slave/slave.cpp
@@ -564,7 +564,7 @@ void Slave::detected(const Future<Option<MasterInfo> >& 
_master)
       // we delay 'Slave::authenticate' and a new master is detected
       // before 'authenticate' event is processed the slave tries to
       // authenticate with the new master twice.
-      // TODO(vinod): Consider adding an "AUTHENTICATED" state to the\
+      // TODO(vinod): Consider adding an "AUTHENTICATED" state to the
       // slave instead of "authenticate" variable.
       authenticate();
     } else {

Reply via email to