You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ji...@apache.org on 2016/03/29 07:03:59 UTC

[2/2] mesos git commit: Fixed typo in subprocess doxygen comments.

Fixed typo in subprocess doxygen comments.

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


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

Branch: refs/heads/master
Commit: b2cab0deb285a91d1442df6ea2c8b54da1e59158
Parents: e67ad67
Author: Joerg Schad <jo...@mesosphere.io>
Authored: Mon Mar 28 22:03:49 2016 -0700
Committer: Jie Yu <yu...@gmail.com>
Committed: Mon Mar 28 22:03:49 2016 -0700

----------------------------------------------------------------------
 3rdparty/libprocess/include/process/subprocess.hpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/b2cab0de/3rdparty/libprocess/include/process/subprocess.hpp
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/include/process/subprocess.hpp b/3rdparty/libprocess/include/process/subprocess.hpp
index da80664..2e29bed 100644
--- a/3rdparty/libprocess/include/process/subprocess.hpp
+++ b/3rdparty/libprocess/include/process/subprocess.hpp
@@ -299,7 +299,7 @@ private:
  *     before the child execs.
  * @param working_directory Directory in which the process should
  *     chdir before exec after the 'parent_hooks' have been executed.
- * @param watchdog Indicator whether to new process should be monitored
+ * @param watchdog Indicator whether the new process should be monitored
  *     and killed if the parent process terminates.
  * @return The subprocess or an error if one occured.
  */
@@ -344,7 +344,7 @@ Try<Subprocess> subprocess(
  *     before the child execs.
  * @param working_directory Directory in which the process should
  *     chdir before exec after the 'parent_hooks' have been executed.
- * @param watchdog Indicator whether to new process should be monitored
+ * @param watchdog Indicator whether the new process should be monitored
  *     and killed if the parent process terminates.
  * @return The subprocess or an error if one occured.
  */