From 2953978ef8cd8f0babcac86a52f5c688a5ad8fa8 Mon Sep 17 00:00:00 2001 From: Dimitris Tsapakidis Date: Fri, 23 Jun 2017 00:26:09 +0300 Subject: [PATCH] Fixes typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit “of of” -> “of” Mirroring downstream change committed in https://github.com/bitcoin/bitcoin/commit/0a5a6b90bc75a8d75fdff71c9b08ab e9b0b96b0a --- db/version_set.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/version_set.h b/db/version_set.h index c4e7ac360b87d8..7935a965a7c9fd 100644 --- a/db/version_set.h +++ b/db/version_set.h @@ -376,7 +376,7 @@ class Compaction { // Each compaction reads inputs from "level_" and "level_+1" std::vector 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 grandparents_; size_t grandparent_index_; // Index in grandparent_starts_