You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by al...@apache.org on 2017/02/08 16:35:46 UTC

mesos git commit: Updated a comment in health checker library.

Repository: mesos
Updated Branches:
  refs/heads/master 64863a573 -> 7a3df44eb


Updated a comment in health checker library.


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

Branch: refs/heads/master
Commit: 7a3df44eb6a59bd95604fd38a18dc745363d468d
Parents: 64863a5
Author: Alexander Rukletsov <al...@apache.org>
Authored: Wed Feb 8 17:35:30 2017 +0100
Committer: Alexander Rukletsov <al...@apache.org>
Committed: Wed Feb 8 17:35:30 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/7a3df44e/src/checks/health_checker.hpp
----------------------------------------------------------------------
diff --git a/src/checks/health_checker.hpp b/src/checks/health_checker.hpp
index b60666b..f1f2834 100644
--- a/src/checks/health_checker.hpp
+++ b/src/checks/health_checker.hpp
@@ -58,7 +58,7 @@ public:
    * @param taskId The TaskID of the target task.
    * @param taskPid The target task's pid used to enter the specified
    *     namespaces.
-   * @param namespaces The namespaces to enter prior performing a single health
+   * @param namespaces The namespaces to enter prior to performing the health
    *     check.
    * @return A `HealthChecker` object or an error if `create` fails.
    *