Repository: mesos
Updated Branches:
  refs/heads/master afe886c1d -> 776137acc


Fixed typos.


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

Branch: refs/heads/master
Commit: 776137acce2f34cbb3dd1439db0194717b7ba1c3
Parents: afe886c
Author: Neil Conway <neil.con...@gmail.com>
Authored: Sat Jun 10 14:02:19 2017 -0700
Committer: Neil Conway <neil.con...@gmail.com>
Committed: Sat Jun 10 14:02:19 2017 -0700

----------------------------------------------------------------------
 docs/fetcher-cache-internals.md | 2 +-
 src/linux/systemd.hpp           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/776137ac/docs/fetcher-cache-internals.md
----------------------------------------------------------------------
diff --git a/docs/fetcher-cache-internals.md b/docs/fetcher-cache-internals.md
index 3d4cdd1..2cddcaf 100644
--- a/docs/fetcher-cache-internals.md
+++ b/docs/fetcher-cache-internals.md
@@ -61,7 +61,7 @@ This figure illustrates the different states which a cache 
entry can be in.
 
 ![Fetcher Cache State](images/fetch_state.jpg)
 
-While a cache entry is referenced it cannot be evicted by a the current or any 
other concurrent fetch attempt in order to make space for a download of a new 
cache file.
+While a cache entry is referenced it cannot be evicted by the current or any 
other concurrent fetch attempt in order to make space for a download of a new 
cache file.
 
 The two blue states are essentially the same: no cache file exists. The two 
green disk states on the right are also the same.
 

http://git-wip-us.apache.org/repos/asf/mesos/blob/776137ac/src/linux/systemd.hpp
----------------------------------------------------------------------
diff --git a/src/linux/systemd.hpp b/src/linux/systemd.hpp
index 5e2388a..f760e2c 100644
--- a/src/linux/systemd.hpp
+++ b/src/linux/systemd.hpp
@@ -43,7 +43,7 @@ static const char MESOS_EXECUTORS_SLICE[] = 
"mesos_executors.slice";
 
 /**
  * A hook that is executed in the parent process. It migrates the pid
- * of the child process into a the `MESOS_EXECUTORS_SLICE` in order to
+ * of the child process into the `MESOS_EXECUTORS_SLICE` in order to
  * extend its life beyond that of the agent.
  *
  * @return Nothing if successful, otherwise Error.

Reply via email to