From 7dd3c4135f077fe4ee7433c1641d8ed888e2b791 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Thu, 2 Feb 2017 09:59:00 +0000 Subject: [PATCH] spelling: implementation --- pdns/delaypipe.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/delaypipe.hh b/pdns/delaypipe.hh index 301a5345c..b44159132 100644 --- a/pdns/delaypipe.hh +++ b/pdns/delaypipe.hh @@ -26,7 +26,7 @@ /** General idea: many threads submit work to this class, but only one executes it. The work should therefore be entirely trivial. - The implementatin is that submitter threads create an object that represents the work, and it gets sent over a pipe + The implementation is that submitter threads create an object that represents the work, and it gets sent over a pipe to the worker thread. The worker thread meanwhile listens on this pipe (non-blocking), with a delay set to the next object that needs to be executed. -- 2.40.0