From: Razvan Becheriu Date: Wed, 11 Sep 2019 09:21:34 +0000 (+0300) Subject: [#883, !506] fixed typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9adba7606182e9a757f8380c6e74600b7acf3726;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 616f718ea4..61ffee468d 100644 --- a/src/lib/dhcpsrv/tests/thread_pool_unittest.cc +++ b/src/lib/dhcpsrv/tests/thread_pool_unittest.cc @@ -23,7 +23,7 @@ public: } /// @brief task function which registers the thread id and signals main - /// thread to stop waiting and then waits from main thread to signal to exit + /// thread to stop waiting and then waits for main thread to signal to exit void runAndWait() { // run task run();