From 702ddbdc3c0df6e41191e38a74dfde7b28b6e382 Mon Sep 17 00:00:00 2001 From: Samuel Just Date: Mon, 22 Feb 2021 21:19:18 -0800 Subject: [PATCH] crimson/os/futurized_store: fix return comment on omap_get_values Signed-off-by: Samuel Just --- src/crimson/os/futurized_store.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crimson/os/futurized_store.h b/src/crimson/os/futurized_store.h index bb173056b9d..98ea7274b37 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, -- 2.39.5