From: Razvan Becheriu Date: Tue, 24 Aug 2021 19:09:03 +0000 (+0300) Subject: [#2043] code cleanup X-Git-Tag: Kea-1.9.11~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3328f46fb06fab425ffab6a97fc8237e02863d5b;p=thirdparty%2Fkea.git [#2043] code cleanup --- diff --git a/src/lib/util/multi_threading_mgr.h b/src/lib/util/multi_threading_mgr.h index dd47a95041..1a048b42fc 100644 --- a/src/lib/util/multi_threading_mgr.h +++ b/src/lib/util/multi_threading_mgr.h @@ -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.