From: xie xingguo Date: Mon, 1 May 2017 07:32:59 +0000 (+0800) Subject: os/bluestore: fix typo(s/trasnaction/transaction/) X-Git-Tag: v12.0.3~158^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F14890%2Fhead;p=ceph.git os/bluestore: fix typo(s/trasnaction/transaction/) Signed-off-by: xie xingguo --- diff --git a/src/os/bluestore/BlueStore.cc b/src/os/bluestore/BlueStore.cc index 7b6c563edd2f..32df373b785a 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