Change a typo in method signature

main
Kai Liu 11 years ago
parent d4eec30ed0
commit 79d8dad331
  1. 2
      table/block_builder.h

@ -20,7 +20,7 @@ class Comparator;
class BlockBuilder { class BlockBuilder {
public: public:
BlockBuilder(int block_builder, const Comparator* comparator); BlockBuilder(int block_restart_interval, const Comparator* comparator);
explicit BlockBuilder(const Options* options); explicit BlockBuilder(const Options* options);
// Reset the contents as if the BlockBuilder was just constructed. // Reset the contents as if the BlockBuilder was just constructed.

Loading…
Cancel
Save