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 2018/04/17 11:59:41 UTC

mesos git commit: Fixed the comment in mesos.proto.

Repository: mesos
Updated Branches:
  refs/heads/master 1c939124e -> a95d9b8fb


Fixed the comment in mesos.proto.


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

Branch: refs/heads/master
Commit: a95d9b8fb53ab8fbf4a7b6d762c9e0749b4c013a
Parents: 1c93912
Author: Alexander Rukletsov <al...@apache.org>
Authored: Tue Apr 17 13:59:24 2018 +0200
Committer: Alexander Rukletsov <al...@apache.org>
Committed: Tue Apr 17 13:59:24 2018 +0200

----------------------------------------------------------------------
 include/mesos/mesos.proto    | 2 +-
 include/mesos/v1/mesos.proto | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/a95d9b8f/include/mesos/mesos.proto
----------------------------------------------------------------------
diff --git a/include/mesos/mesos.proto b/include/mesos/mesos.proto
index 2c2f636..a3ee005 100644
--- a/include/mesos/mesos.proto
+++ b/include/mesos/mesos.proto
@@ -1888,7 +1888,7 @@ message Offer {
   repeated Resource resources = 5;
   repeated Attribute attributes = 7;
 
-  // Executors of the same framework running on the this agent.
+  // Executors of the same framework running on this agent.
   repeated ExecutorID executor_ids = 6;
 
   // Signifies that the resources in this Offer may be unavailable during

http://git-wip-us.apache.org/repos/asf/mesos/blob/a95d9b8f/include/mesos/v1/mesos.proto
----------------------------------------------------------------------
diff --git a/include/mesos/v1/mesos.proto b/include/mesos/v1/mesos.proto
index edbf5fa..26fc57e 100644
--- a/include/mesos/v1/mesos.proto
+++ b/include/mesos/v1/mesos.proto
@@ -1880,7 +1880,7 @@ message Offer {
   repeated Resource resources = 5;
   repeated Attribute attributes = 7;
 
-  // Executors of the same framework running on the this agent.
+  // Executors of the same framework running on this agent.
   repeated ExecutorID executor_ids = 6;
 
   // Signifies that the resources in this Offer may be unavailable during