]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2043] code cleanup
authorRazvan Becheriu <razvan@isc.org>
Tue, 24 Aug 2021 19:09:03 +0000 (22:09 +0300)
committerRazvan Becheriu <razvan@isc.org>
Tue, 24 Aug 2021 19:09:03 +0000 (22:09 +0300)
src/lib/util/multi_threading_mgr.h

index dd47a9504191cea285bb99c367bec52bcc2b86a2..1a048b42fc0f0e892735534234d1fee6527cb34a 100644 (file)
@@ -261,7 +261,7 @@ private:
     bool isInCriticalSectionInternal();
 
     /// @brief Class method tests if current thread is allowed to enter the
-    /// @ref MultiThreadingCriticalSection and to invoke the stop and start
+    /// @ref MultiThreadingCriticalSection and to invoke the entry and exit
     /// callbacks.
     ///
     /// Has no effect in single-threaded mode.