From 860ebfedcce9f8916b565bac8bf001e381501b4e Mon Sep 17 00:00:00 2001 From: songweibin Date: Tue, 27 Mar 2018 19:50:36 +0800 Subject: [PATCH] osd: correct several spell errors in comments Signed-off-by: songweibin --- src/osd/ECBackend.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/osd/ECBackend.h b/src/osd/ECBackend.h index 841493d77c4ac..4de82cba4a98b 100644 --- a/src/osd/ECBackend.h +++ b/src/osd/ECBackend.h @@ -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 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; -- 2.39.5