Skip to content

Commit

Permalink
Fixed typo in comment in version_set.h.
Browse files Browse the repository at this point in the history
Flagged by presubmit check.

PiperOrigin-RevId: 243118632
  • Loading branch information
cmumford committed Apr 12, 2019
1 parent 09fa886 commit 71ed7c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/version_set.h
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ class Compaction {
// Each compaction reads inputs from "level_" and "level_+1"
std::vector<FileMetaData*> inputs_[2]; // The two sets of inputs

// State used to check for number of of overlapping grandparent files
// State used to check for number of overlapping grandparent files
// (parent == level_ + 1, grandparent == level_ + 2)
std::vector<FileMetaData*> grandparents_;
size_t grandparent_index_; // Index in grandparent_starts_
Expand Down

0 comments on commit 71ed7c4

Please sign in to comment.