Repository: mesos
Updated Branches:
  refs/heads/master 6549194d0 -> baaffc877


Fixed typo in comment.

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


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

Branch: refs/heads/master
Commit: baaffc877ecfa7c0ba829091feeac385ef9b0d31
Parents: 6549194
Author: Neil Conway <neil.con...@gmail.com>
Authored: Tue Oct 18 09:21:11 2016 -0700
Committer: Jiang Yan Xu <xuj...@apple.com>
Committed: Tue Oct 18 09:21:11 2016 -0700

----------------------------------------------------------------------
 src/tests/containerizer/linux_filesystem_isolator_tests.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/baaffc87/src/tests/containerizer/linux_filesystem_isolator_tests.cpp
----------------------------------------------------------------------
diff --git a/src/tests/containerizer/linux_filesystem_isolator_tests.cpp 
b/src/tests/containerizer/linux_filesystem_isolator_tests.cpp
index f17ed44..50b951d 100644
--- a/src/tests/containerizer/linux_filesystem_isolator_tests.cpp
+++ b/src/tests/containerizer/linux_filesystem_isolator_tests.cpp
@@ -1427,7 +1427,7 @@ TEST_F(LinuxFilesystemIsolatorMesosTest,
 
 // Tests that the task fails when it attempts to write to a persistent volume
 // mounted as read-only. Note that although we use a shared persistent volume,
-// the behavior is same for non-shared persistent volume.
+// the behavior is the same for non-shared persistent volumes.
 TEST_F(LinuxFilesystemIsolatorMesosTest,
        ROOT_WriteAccessSharedPersistentVolumeReadOnlyMode)
 {

Reply via email to