]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/test/cls_hello/test_cls_hello.cc
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / test / cls_hello / test_cls_hello.cc
index 4f1d90de4d3d13605b9a8ab363dd940cb0808af5..cb05bb77bf5e78d2efa2c7006eda726eee1070c0 100644 (file)
@@ -118,7 +118,7 @@ TEST(ClsHello, WriteReturnData) {
     return;
   }
 
-  // this will return nothing -- not flag set
+  // this will return nothing -- no flag is set
   bufferlist in, out;
   ASSERT_EQ(0, ioctx.exec("myobject", "hello", "write_return_data", in, out));
   ASSERT_EQ(std::string(), std::string(out.c_str(), out.length()));