From: xie xingguo Date: Mon, 12 Jun 2017 12:55:33 +0000 (+0800) Subject: os/bluestore: more typo fixes X-Git-Tag: v12.1.0~135^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5075bf8d745cd52e276c3fa15c0856c0e843d164;p=ceph.git os/bluestore: more typo fixes Signed-off-by: xie xingguo --- diff --git a/src/os/bluestore/BitAllocator.cc b/src/os/bluestore/BitAllocator.cc index d6fc8a22baf2..aeec038dc951 100644 --- a/src/os/bluestore/BitAllocator.cc +++ b/src/os/bluestore/BitAllocator.cc @@ -11,8 +11,8 @@ * at a time single thread can be active as well as single biggest * contiguous allocation that can be requested. * - * Rest of the nodes are classified into three catagories: - * root note or Allocator + * Rest of the nodes are classified into three categories: + * root node or Allocator * internal nodes or BitMapAreaIN * final nodes that contains Zones called BitMapAreaLeaf * This classification is according to their own implmentation of some