Skip to content

Commit

Permalink
Fixed the comment in mesos.proto.
Browse files Browse the repository at this point in the history
  • Loading branch information
rukletsov committed Apr 17, 2018
1 parent 1c93912 commit a95d9b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/mesos/mesos.proto
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion include/mesos/v1/mesos.proto
Expand Up @@ -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
Expand Down

0 comments on commit a95d9b8

Please sign in to comment.