]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Typo in comment 14976/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 14 Feb 2025 06:57:25 +0000 (07:57 +0100)
committerGitHub <noreply@github.com>
Fri, 14 Feb 2025 06:57:25 +0000 (07:57 +0100)
Co-authored-by: Miod Vallat <miod.vallat@open-xchange.com>
pdns/recursordist/rec-main.cc

index 8ad01ea68feb296c342f09f15e7dcd03c680bf61..02ed4224a9445a6636fd65e7ef36465d431a3758 100644 (file)
@@ -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);