Skip to content

Commit fb054c5

Browse files
standby24x7Jonathan Corbet
authored andcommitted
workqueue: Fix a typo in workqueue.txt
This patch fixes a spelling typo in workqueue.txt Signed-off-by: Masanari Iida <[email protected]> Acked-by: Tejun Heo <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]>
1 parent a039ba3 commit fb054c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/workqueue.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ resources, scheduled and executed.
169169
WQ_UNBOUND
170170

171171
Work items queued to an unbound wq are served by the special
172-
woker-pools which host workers which are not bound to any
172+
worker-pools which host workers which are not bound to any
173173
specific CPU. This makes the wq behave as a simple execution
174174
context provider without concurrency management. The unbound
175175
worker-pools try to start execution of work items as soon as

0 commit comments

Comments
 (0)