workqueue: Fix a typo in workqueue.txt
authorMasanari Iida <standby24x7@gmail.com>
Tue, 5 Jul 2016 11:55:30 +0000 (20:55 +0900)
committerJonathan Corbet <corbet@lwn.net>
Wed, 6 Jul 2016 08:37:38 +0000 (02:37 -0600)
This patch fixes a spelling typo in workqueue.txt

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/workqueue.txt

index 5e0e05c..c49e317 100644 (file)
@@ -169,7 +169,7 @@ resources, scheduled and executed.
   WQ_UNBOUND
 
        Work items queued to an unbound wq are served by the special
-       woker-pools which host workers which are not bound to any
+       worker-pools which host workers which are not bound to any
        specific CPU.  This makes the wq behave as a simple execution
        context provider without concurrency management.  The unbound
        worker-pools try to start execution of work items as soon as