diff options
Diffstat (limited to 'src/timestamp_pool.cc')
| -rw-r--r-- | src/timestamp_pool.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timestamp_pool.cc b/src/timestamp_pool.cc index a618cfb..2d43c58 100644 --- a/src/timestamp_pool.cc +++ b/src/timestamp_pool.cc @@ -105,7 +105,7 @@ std::shared_ptr<TimestampPool::Handle> TimestampPool::acquire() { const auto query_index = *std::begin(query_chunk.free_indices); query_chunk.free_indices.erase(query_index); - // Custom deleter function that puts the handle on our async deleter queue. + // Custom deleter function that puts the handle on our async reaper queue. const auto reaper_deleter = [this](Handle* const handle) { if (!handle) { return; |
