Browse Source

Fix version_set.cc comments typo

Fix typo of comment of FindLargestKey function
main
zzt 3 years ago
committed by GitHub
parent
commit
11aafab31f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      db/version_set.cc

+ 1
- 1
db/version_set.cc View File

@ -1304,7 +1304,7 @@ Compaction* VersionSet::PickCompaction() {
return c; 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. // empty.
bool FindLargestKey(const InternalKeyComparator& icmp, bool FindLargestKey(const InternalKeyComparator& icmp,
const std::vector<FileMetaData*>& files, const std::vector<FileMetaData*>& files,

Loading…
Cancel
Save