Skip to content

Commit 6b1508d

Browse files
committed
Merge #6: Fixes typo
2953978 Fixes typo (Dimitris Tsapakidis) Pull request description: “of of” -> “of” Mirroring downstream change committed in bitcoin@0a5a6b9 Tree-SHA512: 94a4d9e4fb49bdab06225fbed466eb3e29d1f4692920c91b33b499ac5545bf68e12e8d50f1db2730afe8d8a72ebeb9fbbedeb3e9fe93276735704e652e823e5b
2 parents fceb805 + 2953978 commit 6b1508d

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)