Skip to content

Commit 88a2f44

Browse files
committed
fix comments
1 parent 8237738 commit 88a2f44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

table/plain_table_factory.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ class TableBuilder;
127127
class PlainTableFactory : public TableFactory {
128128
public:
129129
~PlainTableFactory() {}
130-
// user_key_size is the length of the user key. If it is set to be
130+
// user_key_len is the length of the user key. If it is set to be
131131
// kPlainTableVariableLength, then it means variable length. Otherwise, all
132132
// the keys need to have the fix length of this value. bloom_bits_per_key is
133133
// number of bits used for bloom filer per key. hash_table_ratio is

0 commit comments

Comments
 (0)