]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
osd: correct several spell errors in comments 21064/head
authorsongweibin <song.weibin@zte.com.cn>
Tue, 27 Mar 2018 11:50:36 +0000 (19:50 +0800)
committersongweibin <song.weibin@zte.com.cn>
Tue, 27 Mar 2018 11:54:48 +0000 (19:54 +0800)
Signed-off-by: songweibin <song.weibin@zte.com.cn>
src/osd/ECBackend.h

index 841493d77c4ac13bb90da44c0ad24a9b10f36a55..4de82cba4a98bab06bbd6e8f0a1b4ec4a2745e94 100644 (file)
@@ -445,7 +445,7 @@ public:
    * on the writing list.
    */
   struct Op : boost::intrusive::list_base_hook<> {
-    /// From submit_transaction caller, decribes operation
+    /// From submit_transaction caller, describes operation
     hobject_t hoid;
     object_stat_sum_t delta_stats;
     eversion_t version;
@@ -527,7 +527,7 @@ public:
    * reused).  Next, factor this part into a class and maintain one per
    * ordering token.  Next, fixup PrimaryLogPG's repop queue to be
    * partitioned by ordering token.  Finally, refactor the op pipeline
-   * so that the log entries passed into submit_tranaction aren't
+   * so that the log entries passed into submit_transaction aren't
    * versioned.  We can't assign versions to them until we actually
    * submit the operation.  That's probably going to be the hard part.
    */
@@ -570,7 +570,7 @@ public:
   /**
    * ECRecPred
    *
-   * Determines the whether _have is suffient to recover an object
+   * Determines the whether _have is sufficient to recover an object
    */
   class ECRecPred : public IsPGRecoverablePredicate {
     set<int> want;
@@ -599,7 +599,7 @@ public:
   /**
    * ECReadPred
    *
-   * Determines the whether _have is suffient to read an object
+   * Determines the whether _have is sufficient to read an object
    */
   class ECReadPred : public IsPGReadablePredicate {
     pg_shard_t whoami;