From: Razvan Becheriu Date: Thu, 12 Sep 2019 12:04:49 +0000 (+0300) Subject: [#883, !506] fixed typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f13d7adbaddb20c13fc28520e8bc46fb1fa4a60;p=thirdparty%2Fkea.git [#883, !506] fixed typo --- 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(); }