Fixed comment for remove executor hook.

Review: https://reviews.apache.org/r/31017


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

Branch: refs/heads/master
Commit: 01ee1e504dec5cb65d2ae208fb01f28b2c93719f
Parents: 66cebd3
Author: Niklas Nielsen <[email protected]>
Authored: Mon Apr 20 14:38:33 2015 -0700
Committer: Adam B <[email protected]>
Committed: Mon Apr 20 14:38:33 2015 -0700

----------------------------------------------------------------------
 include/mesos/hook.hpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/01ee1e50/include/mesos/hook.hpp
----------------------------------------------------------------------
diff --git a/include/mesos/hook.hpp b/include/mesos/hook.hpp
index a9dbc10..0995c24 100644
--- a/include/mesos/hook.hpp
+++ b/include/mesos/hook.hpp
@@ -71,8 +71,8 @@ public:
   }
 
   // This hook is called from within slave when an executor is being
-  // removed.  A typical module implementing the hook will perform
-  // some cleanup as required.
+  // removed. A typical module implementing the hook will perform some
+  // cleanup as required.
   virtual Try<Nothing> slaveRemoveExecutorHook(
       const FrameworkInfo& frameworkInfo,
       const ExecutorInfo& executorInfo)

Reply via email to