From db1e442aa155b85a7eac3dad74db63ef7c40152a Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Fri, 14 Feb 2025 07:57:25 +0100 Subject: [PATCH] Typo in comment Co-authored-by: Miod Vallat --- pdns/recursordist/rec-main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/recursordist/rec-main.cc b/pdns/recursordist/rec-main.cc index 8ad01ea68f..02ed4224a9 100644 --- a/pdns/recursordist/rec-main.cc +++ b/pdns/recursordist/rec-main.cc @@ -279,7 +279,7 @@ int RecThreadInfo::runThreads(Logr::log_t log) RecThreadInfo::setThreadId(currentThreadId); recursorThread(); - // Skip handler thread (it might be still handling the quite-nicely) and 1, which is actually the main thread in this case + // Skip handler thread (it might be still handling the quit-nicely) and 1, which is actually the main thread in this case; // handler thread (0) will be handled in main(). for (unsigned int thread = 2; thread < RecThreadInfo::numRecursorThreads(); thread++) { auto& tInfo = RecThreadInfo::info(thread); -- 2.47.2