소스 검색

Fix version_set.cc comments typo

Fix typo of comment of FindLargestKey function
main
zzt 3 년 전
committed by GitHub
부모
커밋
11aafab31f
No known key found for this signature in database 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,

불러오는 중...
취소
저장