Sfoglia il codice sorgente

Fix version_set.cc comments typo

Fix typo of comment of FindLargestKey function
ld
zzt 3 anni fa
committed by GitHub
parent
commit
11aafab31f
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      db/version_set.cc

+ 1
- 1
db/version_set.cc Vedi File

@ -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,

Caricamento…
Annulla
Salva