From 0f228be3bbc157f6a93bd229a90249fef217759d Mon Sep 17 00:00:00 2001 From: haoxiang Date: Tue, 13 Jun 2017 16:39:57 -0700 Subject: [PATCH] fixed typo in util/dynamic_bloom.h Summary: fixed a typo in util/dynamic_bloom.h Closes https://github.com/facebook/rocksdb/pull/2442 Differential Revision: D5242397 Pulled By: IslamAbdelRahman fbshipit-source-id: c47fd18cc79afff6b022201a0410c0cd47626576 --- util/dynamic_bloom.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/dynamic_bloom.h b/util/dynamic_bloom.h index 3418e9295..8756120e9 100644 --- a/util/dynamic_bloom.h +++ b/util/dynamic_bloom.h @@ -28,7 +28,7 @@ class DynamicBloom { // locality: If positive, optimize for cache line locality, 0 otherwise. // hash_func: customized hash function // huge_page_tlb_size: if >0, try to allocate bloom bytes from huge page TLB - // withi this page size. Need to reserve huge pages for + // within this page size. Need to reserve huge pages for // it to be allocated, like: // sysctl -w vm.nr_hugepages=20 // See linux doc Documentation/vm/hugetlbpage.txt