]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
include/mempool: fix typo in comments
authorhuangjun <hjwsm1989@gmail.com>
Wed, 4 Jan 2017 01:04:14 +0000 (09:04 +0800)
committerhuangjun <hjwsm1989@gmail.com>
Wed, 4 Jan 2017 01:04:14 +0000 (09:04 +0800)
Signed-off-by: huangjun <hjwsm1989@gmail.com>
src/include/mempool.h

index 9a7569312e55488d6d3e641114f0662af8ec94ae..a95ce57dab78dbd77f11ae556cba1a7db20d1fc5 100644 (file)
@@ -100,7 +100,7 @@ BlueStore::Onode, we need to do
   MEMPOOL_DEFINE_OBJECT_FACTORY(BlueStore::Onode, bluestore_onode,
                                 bluestore_meta);
 
-(This is just because we need to name some static varables and we
+(This is just because we need to name some static variables and we
 can't use :: in a variable name.)
 
 In order to use the STL containers, simply use the namespaced variant
@@ -120,7 +120,7 @@ This will dump information about *all* memory pools.  When debug mode
 is enabled, the runtime complexity of dump is O(num_shards *
 num_types).  When debug name is disabled it is O(num_shards).
 
-You can also interogate a specific pool programatically with
+You can also interrogate a specific pool programmatically with
 
   size_t bytes = mempool::unittest_2::allocated_bytes();
   size_t items = mempool::unittest_2::allocated_items();