Skip to content

Commit

Permalink
Fixes typo
Browse files Browse the repository at this point in the history
“of of” -> “of”

Mirroring downstream change committed in
bitcoin@0a5a6b9
e9b0b96b0a
  • Loading branch information
dimitris-t committed Jun 22, 2017
1 parent f134284 commit 2953978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/version_set.h
Expand Up @@ -376,7 +376,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 2953978

Please sign in to comment.