diff options
author | Masanari Iida <standby24x7@gmail.com> | 2016-07-05 14:55:30 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2016-07-06 11:37:38 +0300 |
commit | fb054c5a95ba336ce2f29c98aee3eb042d725d0f (patch) | |
tree | a7a9b75eefe1adde21a2fc13f8780037eb714c1d | |
parent | a039ba34a349821fcbf949e7904117d0b14354f4 (diff) | |
download | linux-fb054c5a95ba336ce2f29c98aee3eb042d725d0f.tar.xz |
workqueue: Fix a typo in workqueue.txt
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>
-rw-r--r-- | Documentation/workqueue.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/workqueue.txt b/Documentation/workqueue.txt index 5e0e05c5183e..c49e3178178d 100644 --- a/Documentation/workqueue.txt +++ b/Documentation/workqueue.txt @@ -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 |