]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: responsibility
authorJosh Soref <jsoref@users.noreply.github.com>
Thu, 2 Feb 2017 10:32:55 +0000 (10:32 +0000)
committerJosh Soref <jsoref@users.noreply.github.com>
Thu, 2 Feb 2017 10:32:55 +0000 (10:32 +0000)
pdns/mtasker.cc

index aed0839ccf74de32c6df0486c256c47dba8395ff..9b69507c4139d0ee272996d7a6f41dbfb28a3140 100644 (file)
@@ -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.