os/ObjectStore: fix typo in comments
[ceph.git] / src / os / ObjectStore.h
index b21ecd307e8f11bda7c302ec7c049883c2bc90d2..ed384ad45545cbbb9d700d1e712869d57a8682eb 100644 (file)
@@ -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 {