Browse Source

Fixed typo in comment in version_set.h.

Flagged by presubmit check.

PiperOrigin-RevId: 243118632
xry
Chris Mumford 5 years ago
parent
commit
71ed7c401e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      db/version_set.h

+ 1
- 1
db/version_set.h View File

@ -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_

Loading…
Cancel
Save