]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
crimson/os/futurized_store: fix return comment on omap_get_values 39652/head
authorSamuel Just <sjust@redhat.com>
Tue, 23 Feb 2021 05:19:18 +0000 (21:19 -0800)
committerSamuel Just <sjust@redhat.com>
Fri, 26 Feb 2021 01:59:37 +0000 (17:59 -0800)
Signed-off-by: Samuel Just <sjust@redhat.com>
src/crimson/os/futurized_store.h

index bb173056b9de46dc3892b00546c86fb5c869eece..98ea7274b37049608b7c36718e4b57821751fbd9 100644 (file)
@@ -122,7 +122,7 @@ public:
     CollectionRef c,           ///< [in] collection
     const ghobject_t &oid,     ///< [in] oid
     const std::optional<std::string> &start ///< [in] start, empty for begin
-    ) = 0; ///< @return <done, values> values.empty() iff done
+    ) = 0; ///< @return <done, values> values.empty() only if done
 
   virtual read_errorator::future<bufferlist> omap_get_header(
     CollectionRef c,