From: Otto Moerbeek Date: Fri, 14 Feb 2025 06:57:25 +0000 (+0100) Subject: Typo in comment X-Git-Tag: dnsdist-2.0.0-alpha1~96^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F14976%2Fhead;p=thirdparty%2Fpdns.git Typo in comment Co-authored-by: Miod Vallat --- 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);