We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fceb805 + 2953978 commit 6b1508dCopy full SHA for 6b1508d
db/version_set.h
@@ -376,7 +376,7 @@ class Compaction {
376
// Each compaction reads inputs from "level_" and "level_+1"
377
std::vector<FileMetaData*> inputs_[2]; // The two sets of inputs
378
379
- // State used to check for number of of overlapping grandparent files
+ // State used to check for number of overlapping grandparent files
380
// (parent == level_ + 1, grandparent == level_ + 2)
381
std::vector<FileMetaData*> grandparents_;
382
size_t grandparent_index_; // Index in grandparent_starts_
0 commit comments