]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#883, !506] fixed typo
authorRazvan Becheriu <razvan@isc.org>
Wed, 11 Sep 2019 09:21:34 +0000 (12:21 +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 616f718ea436fc28eb44b009c98852db0b4dc5f5..61ffee468dd1ce48ecef839a4b288e6881100c97 100644 (file)
@@ -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();