Parcourir la source

Fix version_set.cc comments typo

Fix typo of comment of FindLargestKey function
main
zzt il y a 3 ans
committed by GitHub
Parent
révision
11aafab31f
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: 4AEE18F83AFDEB23
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      db/version_set.cc

+ 1
- 1
db/version_set.cc Voir le fichier

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

Chargement…
Annuler
Enregistrer