mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 00:22:29 +00:00
Fix grammar
Co-authored-by: Kseniia Sumarokova <54203879+kssenii@users.noreply.github.com>
This commit is contained in:
parent
85893b1a0b
commit
d27b88538d
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user