瀏覽代碼

Fix version_set.cc comments typo

Fix typo of comment of FindLargestKey function
ld
zzt 3 年之前
committed by GitHub
父節點
當前提交
11aafab31f
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      db/version_set.cc

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

@ -1304,7 +1304,7 @@ Compaction* VersionSet::PickCompaction() {
return c;
}
// Finds the largest key in a vector of files. Returns true if files it not
// Finds the largest key in a vector of files. Returns true if files is not
// empty.
bool FindLargestKey(const InternalKeyComparator& icmp,
const std::vector<FileMetaData*>& files,

Loading…
取消
儲存