From cb1c9b81f5ad8734ced84a71f1780d444c9df42d Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Thu, 22 Aug 2019 19:27:39 +0800 Subject: [PATCH] os/ObjectStore: fix typo in comments Signed-off-by: Kefu Chai --- src/crimson/os/cyan_collection.h | 2 +- src/os/ObjectStore.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/crimson/os/cyan_collection.h b/src/crimson/os/cyan_collection.h index ae330220d55..94900315879 100644 --- a/src/crimson/os/cyan_collection.h +++ b/src/crimson/os/cyan_collection.h @@ -21,7 +21,7 @@ class Object; * sequence. Transactions queued under different collections may run * in parallel. * - * ObjectStore users my get collection handles with open_collection() (or, + * ObjectStore users may get collection handles with open_collection() (or, * for bootstrapping a new collection, create_new_collection()). */ struct Collection : public boost::intrusive_ref_counter< diff --git a/src/os/ObjectStore.h b/src/os/ObjectStore.h index b21ecd307e8..ed384ad4554 100644 --- a/src/os/ObjectStore.h +++ b/src/os/ObjectStore.h @@ -118,7 +118,7 @@ public: * sequence. Transactions queued under different collections may run * in parallel. * - * ObjectStore users my get collection handles with open_collection() (or, + * ObjectStore users may get collection handles with open_collection() (or, * for bootstrapping a new collection, create_new_collection()). */ struct CollectionImpl : public RefCountedObject { -- 2.39.5