浏览代码

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,

正在加载...
取消
保存