From 3f13d7adbaddb20c13fc28520e8bc46fb1fa4a60 Mon Sep 17 00:00:00 2001 From: Razvan Becheriu Date: Thu, 12 Sep 2019 15:04:49 +0300 Subject: [PATCH] [#883, !506] fixed typo --- src/lib/dhcpsrv/tests/thread_pool_unittest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/dhcpsrv/tests/thread_pool_unittest.cc b/src/lib/dhcpsrv/tests/thread_pool_unittest.cc index 69d8cb4b60..ff19be2407 100644 --- a/src/lib/dhcpsrv/tests/thread_pool_unittest.cc +++ b/src/lib/dhcpsrv/tests/thread_pool_unittest.cc @@ -113,7 +113,7 @@ public: // clear the wait flag so that threads will no longer wait for the main // thread signal wait_ = false; - // wake all thread if waiting for main thread signal + // wake all threads if waiting for main thread signal wait_cv_.notify_all(); } -- 2.47.2