logging: delay documentation polishing

Based on PR feedback.
This commit is contained in:
Arne Welzel 2023-11-28 11:39:14 +01:00
parent e2ce929fa4
commit fd096b1ce6
6 changed files with 31 additions and 23 deletions

View file

@ -147,7 +147,7 @@ private:
// Has this DelayInfo object been enqueued?
bool enqueued = false;
// Iterator pointing this instance in the delay_queue.
// Iterator pointing at this instance in the delay_queue.
DelayQueue::const_iterator queue_position;
};