From b57322a36898b146d50cb891f3541408211e43b1 Mon Sep 17 00:00:00 2001 From: Razvan Becheriu Date: Wed, 11 Sep 2019 11:40:29 +0300 Subject: [PATCH] [#883, !506] fixed typo --- src/lib/dhcpsrv/thread_pool.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/dhcpsrv/thread_pool.cc b/src/lib/dhcpsrv/thread_pool.cc index 675c41f509..f3d27f28bd 100644 --- a/src/lib/dhcpsrv/thread_pool.cc +++ b/src/lib/dhcpsrv/thread_pool.cc @@ -128,7 +128,7 @@ struct ThreadPoolQueue { void stop(bool clear = false) { std::lock_guard lock(mutex_); exit_ = true; - // Notify get() so that it can exit. + // Notify pop so that it can exit. cv_.notify_all(); if (clear) { reset(); -- 2.47.2