From 88a2f44f99192a156ad70724339ab7e962b1851f Mon Sep 17 00:00:00 2001 From: wankai Date: Mon, 8 Sep 2014 16:34:04 +0800 Subject: [PATCH] fix comments --- table/plain_table_factory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/table/plain_table_factory.h b/table/plain_table_factory.h index 54c628c15..e79475221 100644 --- a/table/plain_table_factory.h +++ b/table/plain_table_factory.h @@ -127,7 +127,7 @@ class TableBuilder; class PlainTableFactory : public TableFactory { public: ~PlainTableFactory() {} - // user_key_size is the length of the user key. If it is set to be + // user_key_len is the length of the user key. If it is set to be // kPlainTableVariableLength, then it means variable length. Otherwise, all // the keys need to have the fix length of this value. bloom_bits_per_key is // number of bits used for bloom filer per key. hash_table_ratio is