From 510c66fb75196de9412acf83637a63312e2e7d13 Mon Sep 17 00:00:00 2001 From: Daniel Smith Date: Fri, 14 Aug 2020 13:33:30 -0700 Subject: [PATCH] Typo: s/entires/entries/ (#7248) Summary: Pull Request resolved: https://github.com/facebook/rocksdb/pull/7248 Reviewed By: ajkr Differential Revision: D23108368 Pulled By: jay-zhuang fbshipit-source-id: 41765334b0bae26bd74a4d9250b9b98ea7ac6c3f --- include/rocksdb/utilities/table_properties_collectors.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/rocksdb/utilities/table_properties_collectors.h b/include/rocksdb/utilities/table_properties_collectors.h index f89549d3b..0f5612bce 100644 --- a/include/rocksdb/utilities/table_properties_collectors.h +++ b/include/rocksdb/utilities/table_properties_collectors.h @@ -14,7 +14,7 @@ namespace ROCKSDB_NAMESPACE { // A factory of a table property collector that marks a SST // file as need-compaction when it observe at least "D" deletion -// entries in any "N" consecutive entires or the ratio of tombstone +// entries in any "N" consecutive entries or the ratio of tombstone // entries in the whole file >= the specified deletion ratio. class CompactOnDeletionCollectorFactory : public TablePropertiesCollectorFactory { @@ -55,7 +55,7 @@ class CompactOnDeletionCollectorFactory double deletion_ratio); // A factory of a table property collector that marks a SST // file as need-compaction when it observe at least "D" deletion - // entries in any "N" consecutive entires, or the ratio of tombstone + // entries in any "N" consecutive entries, or the ratio of tombstone // entries >= deletion_ratio. // // @param sliding_window_size "N" @@ -76,7 +76,7 @@ class CompactOnDeletionCollectorFactory // Creates a factory of a table property collector that marks a SST // file as need-compaction when it observe at least "D" deletion -// entries in any "N" consecutive entires, or the ratio of tombstone +// entries in any "N" consecutive entries, or the ratio of tombstone // entries >= deletion_ratio. // // @param sliding_window_size "N". Note that this number will be