瀏覽代碼

Fixed typo in comment in version_set.h.

Flagged by presubmit check.

PiperOrigin-RevId: 243118632
ld
Chris Mumford 5 年之前
父節點
當前提交
71ed7c401e
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      db/version_set.h

+ 1
- 1
db/version_set.h 查看文件

@ -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…
取消
儲存