Explorar el Código

Fix version_set.cc comments typo

Fix typo of comment of FindLargestKey function
main
zzt hace 3 años
cometido por GitHub
padre
commit
11aafab31f
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      db/version_set.cc

+ 1
- 1
db/version_set.cc Ver fichero

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

Cargando…
Cancelar
Guardar