From: Josh Soref Date: Thu, 2 Feb 2017 09:59:00 +0000 (+0000) Subject: spelling: implementation X-Git-Tag: rec-4.1.0-alpha1~291^2~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7dd3c4135f077fe4ee7433c1641d8ed888e2b791;p=thirdparty%2Fpdns.git spelling: implementation --- diff --git a/pdns/delaypipe.hh b/pdns/delaypipe.hh index 301a5345c4..b44159132b 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.