summaryrefslogtreecommitdiff
path: root/table/filter_block.cc
diff options
context:
space:
mode:
Diffstat (limited to 'table/filter_block.cc')
-rw-r--r--table/filter_block.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/table/filter_block.cc b/table/filter_block.cc
index 4e78b95..1ed5134 100644
--- a/table/filter_block.cc
+++ b/table/filter_block.cc
@@ -9,7 +9,7 @@
namespace leveldb {
-// See doc/table_format.txt for an explanation of the filter block format.
+// See doc/table_format.md for an explanation of the filter block format.
// Generate new filter every 2KB of data
static const size_t kFilterBaseLg = 11;