From 42a9930aef54f6f3679bf9651ef87239d3addfbc Mon Sep 17 00:00:00 2001 From: xie xingguo Date: Mon, 1 May 2017 15:32:59 +0800 Subject: [PATCH] os/bluestore: fix typo(s/trasnaction/transaction/) Signed-off-by: xie xingguo --- src/os/bluestore/BlueStore.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/os/bluestore/BlueStore.cc b/src/os/bluestore/BlueStore.cc index 7b6c563edd2f8..32df373b785ae 100644 --- a/src/os/bluestore/BlueStore.cc +++ b/src/os/bluestore/BlueStore.cc @@ -7406,7 +7406,7 @@ BlueStore::TransContext *BlueStore::_txc_create(OpSequencer *osr) void BlueStore::_txc_calc_cost(TransContext *txc) { - // this is about the simplest model for trasnaction cost you can + // this is about the simplest model for transaction cost you can // imagine. there is some fixed overhead cost by saying there is a // minimum of one "io". and then we have some cost per "io" that is // a configurable (with different hdd and ssd defaults), and add -- 2.39.5