Merge pull request #277 from wankai/master

fix comments
This commit is contained in:
Igor Canadi 2014-09-08 07:48:58 -07:00
commit 02d5bff393

View File

@ -127,7 +127,7 @@ class TableBuilder;
class PlainTableFactory : public TableFactory { class PlainTableFactory : public TableFactory {
public: public:
~PlainTableFactory() {} ~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 // kPlainTableVariableLength, then it means variable length. Otherwise, all
// the keys need to have the fix length of this value. bloom_bits_per_key is // 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 // number of bits used for bloom filer per key. hash_table_ratio is