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/gitweb/gitweb.cgi?a=commitdiff_plain;h=7066934772d5af12eb1aeda14b0bd25c05204cc7;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();