]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#883, !506] fixed typo
authorRazvan Becheriu <razvan@isc.org>
Thu, 12 Sep 2019 12:04:49 +0000 (15:04 +0300)
committerRazvan Becheriu <razvan@isc.org>
Fri, 8 Nov 2019 13:52:29 +0000 (15:52 +0200)
src/lib/dhcpsrv/tests/thread_pool_unittest.cc

index 69d8cb4b60a37f4cb63e1f7f37a3e647d4751e4b..ff19be24074d4236c6e2ce31355525460783741c 100644 (file)
@@ -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();
     }