Repository: mesos Updated Branches: refs/heads/master 8682569df -> 1fc918575
Fixed a few grammar mistakes 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/1fc91857 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/1fc91857 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/1fc91857 Branch: refs/heads/master Commit: 1fc9185758ac9c957ee4d16c70ba93654af7bf65 Parents: 8682569 Author: Jie Yu <[email protected]> Authored: Thu Nov 20 15:31:04 2014 -0800 Committer: Jie Yu <[email protected]> Committed: Thu Nov 20 15:31:11 2014 -0800 ---------------------------------------------------------------------- include/mesos/mesos.proto | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/1fc91857/include/mesos/mesos.proto ---------------------------------------------------------------------- diff --git a/include/mesos/mesos.proto b/include/mesos/mesos.proto index f7acf35..0085aba 100644 --- a/include/mesos/mesos.proto +++ b/include/mesos/mesos.proto @@ -397,10 +397,10 @@ message Resource { // A framework can set the ID (if it is not set yet) to express // the intention to create a new persistent disk volume from a // regular disk resource. To reuse a previously created volume, a - // framework can launch an task/executor when it receives an offer - // with persistent volume, i.e., ID is set. + // framework can launch a task/executor when it receives an offer + // with a persistent volume, i.e., ID is set. // NOTE: Currently, we do not allow a persistent disk volume - // without reservation (i.e., 'role' should not be '*'). + // without a reservation (i.e., 'role' should not be '*'). message Persistence { // A unique ID for the persistent disk volume. // NOTE: The ID needs to be unique per role on each slave.
