From: Kefu Chai Date: Thu, 22 Aug 2019 11:27:39 +0000 (+0800) Subject: os/ObjectStore: fix typo in comments X-Git-Tag: v15.1.0~1751^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=cb1c9b81f5ad8734ced84a71f1780d444c9df42d;p=ceph.git os/ObjectStore: fix typo in comments Signed-off-by: Kefu Chai --- diff --git a/src/crimson/os/cyan_collection.h b/src/crimson/os/cyan_collection.h index ae330220d558d..949003158795d 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 b21ecd307e8f1..ed384ad45545c 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 {