Ver a proveniência

Fix version_set.cc comments typo

Fix typo of comment of FindLargestKey function
main
zzt há 3 anos
committed by GitHub
ascendente
cometimento
11aafab31f
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      db/version_set.cc

+ 1
- 1
db/version_set.cc Ver ficheiro

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

Carregando…
Cancelar
Guardar