From 5075bf8d745cd52e276c3fa15c0856c0e843d164 Mon Sep 17 00:00:00 2001 From: xie xingguo Date: Mon, 12 Jun 2017 20:55:33 +0800 Subject: [PATCH] os/bluestore: more typo fixes Signed-off-by: xie xingguo --- src/os/bluestore/BitAllocator.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.3