From: Samuel Just Date: Tue, 23 Feb 2021 05:19:18 +0000 (-0800) Subject: crimson/os/futurized_store: fix return comment on omap_get_values X-Git-Tag: v17.1.0~2805^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F39652%2Fhead;p=ceph.git crimson/os/futurized_store: fix return comment on omap_get_values Signed-off-by: Samuel Just --- diff --git a/src/crimson/os/futurized_store.h b/src/crimson/os/futurized_store.h index bb173056b9de..98ea7274b370 100644 --- a/src/crimson/os/futurized_store.h +++ b/src/crimson/os/futurized_store.h @@ -122,7 +122,7 @@ public: CollectionRef c, ///< [in] collection const ghobject_t &oid, ///< [in] oid const std::optional &start ///< [in] start, empty for begin - ) = 0; ///< @return values.empty() iff done + ) = 0; ///< @return values.empty() only if done virtual read_errorator::future omap_get_header( CollectionRef c,