From: Francis Dupont Date: Fri, 27 Sep 2019 09:05:01 +0000 (+0200) Subject: [907-remove-kea-thread-library] Fixed typo left by a previous MR review X-Git-Tag: tmark-pre-35~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b27dc52aae23753643461086f0950b125bf9c93;p=thirdparty%2Fkea.git [907-remove-kea-thread-library] Fixed typo left by a previous MR review --- diff --git a/src/lib/util/tests/watched_thread_unittest.cc b/src/lib/util/tests/watched_thread_unittest.cc index f95c6e9610..25cd9ca4c9 100644 --- a/src/lib/util/tests/watched_thread_unittest.cc +++ b/src/lib/util/tests/watched_thread_unittest.cc @@ -19,7 +19,7 @@ using namespace isc::util; namespace { -/// @brief Test Fixture for testing isc:util::WatchedThread +/// @brief Test Fixture for testing @c isc::util::WatchedThread class WatchedThreadTest : public ::testing::Test { public: /// @brief Maximum number of passes allowed in worker event loop