]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
os/bluestore: fix typo in comments
authorxie xingguo <xie.xingguo@zte.com.cn>
Sat, 5 Nov 2016 00:26:36 +0000 (08:26 +0800)
committerxie xingguo <xie.xingguo@zte.com.cn>
Sat, 5 Nov 2016 00:26:36 +0000 (08:26 +0800)
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
src/os/bluestore/BlueStore.cc

index 5f4dd3535b794db7f9179e3cc9859f454684e0d2..e29756c934bf1da4c56e9aa6f79eab78886475e2 100644 (file)
@@ -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;