From: xie xingguo Date: Sat, 5 Nov 2016 00:26:36 +0000 (+0800) Subject: os/bluestore: fix typo in comments X-Git-Tag: v11.1.0~404^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f04634350896137e890aaa96881f8725379ec0e3;p=ceph.git os/bluestore: fix typo in comments Signed-off-by: xie xingguo --- diff --git a/src/os/bluestore/BlueStore.cc b/src/os/bluestore/BlueStore.cc index 5f4dd3535b79..e29756c934bf 100644 --- a/src/os/bluestore/BlueStore.cc +++ b/src/os/bluestore/BlueStore.cc @@ -6694,7 +6694,7 @@ void BlueStore::_kv_sync_thread() KeyValueDB::Transaction synct = db->get_transaction(); // increase {nid,blobid}_max? note that this covers both the - // case wehre we are approaching the max and the case we passed + // case where we are approaching the max and the case we passed // it. in either case, we increase the max in the earlier txn // we submit. uint64_t new_nid_max = 0, new_blobid_max = 0;