summaryrefslogtreecommitdiffstats
path: root/src/osd/ECBackend.h
diff options
context:
space:
mode:
authorsongweibin <song.weibin@zte.com.cn>2018-03-27 13:50:36 +0200
committersongweibin <song.weibin@zte.com.cn>2018-03-27 13:54:48 +0200
commit860ebfedcce9f8916b565bac8bf001e381501b4e (patch)
tree77ea10f8fbeda3c2810c996fb3588a3fe25a7dcf /src/osd/ECBackend.h
parentMerge pull request #21027 from cbodley/wip-qa-swift-force-branch (diff)
downloadceph-860ebfedcce9f8916b565bac8bf001e381501b4e.tar.xz
ceph-860ebfedcce9f8916b565bac8bf001e381501b4e.zip
osd: correct several spell errors in comments
Signed-off-by: songweibin <song.weibin@zte.com.cn>
Diffstat (limited to 'src/osd/ECBackend.h')
-rw-r--r--src/osd/ECBackend.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/osd/ECBackend.h b/src/osd/ECBackend.h
index 841493d77c4..4de82cba4a9 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<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;