Fix grammar

Co-authored-by: Kseniia Sumarokova <54203879+kssenii@users.noreply.github.com>
This commit is contained in:
Igor Nikonov 2023-05-22 13:41:50 +02:00 committed by GitHub
parent 85893b1a0b
commit d27b88538d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -586,7 +586,7 @@ bool FileCache::tryReserve(FileSegment & file_segment, size_t size)
~EvictionCandidates()
{
/// If failed to reserve space, we don't delete the candidates but drop the flag instead
/// so the segments can used again
/// so the segments can be used again
for (const auto & candidate : candidates)
candidate->removal_candidate = false;
}