Skip to content

Commit 2953978

Browse files
committed
Fixes typo
“of of” -> “of” Mirroring downstream change committed in bitcoin@0a5a6b9 e9b0b96b0a
1 parent f134284 commit 2953978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db/version_set.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ class Compaction {
376376
// Each compaction reads inputs from "level_" and "level_+1"
377377
std::vector<FileMetaData*> inputs_[2]; // The two sets of inputs
378378

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

0 commit comments

Comments
 (0)