From: Josh Soref Date: Thu, 2 Feb 2017 10:32:55 +0000 (+0000) Subject: spelling: responsibility X-Git-Tag: rec-4.1.0-alpha1~291^2~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0658a915129aef11a60f18100aa363b7004e8d92;p=thirdparty%2Fpdns.git spelling: responsibility --- diff --git a/pdns/mtasker.cc b/pdns/mtasker.cc index aed0839ccf..9b69507c41 100644 --- a/pdns/mtasker.cc +++ b/pdns/mtasker.cc @@ -62,7 +62,7 @@ which is passed to MTasker::makeThread(), together with a possible argument. This function is now free to do whatever it wants, but realise that MTasker implements cooperative - multitasking, which means that the coder has the responsiblilty of not taking the CPU overly long. + multitasking, which means that the coder has the responsibility of not taking the CPU overly long. Other threads can only get the CPU if MTasker::yield() is called or if a thread sleeps to wait for an event, using the MTasker::waitEvent() method.