]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
os/bluestore: fix typo(s/trasnaction/transaction/) 14890/head
authorxie xingguo <xie.xingguo@zte.com.cn>
Mon, 1 May 2017 07:32:59 +0000 (15:32 +0800)
committerxie xingguo <xie.xingguo@zte.com.cn>
Mon, 1 May 2017 07:32:59 +0000 (15:32 +0800)
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
src/os/bluestore/BlueStore.cc

index 7b6c563edd2f818f78bc749314937435b61165c0..32df373b785ae49db1233ecf5e13e9885936a4d8 100644 (file)
@@ -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