Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fb054c5a authored by Masanari Iida's avatar Masanari Iida Committed by Jonathan Corbet
Browse files

workqueue: Fix a typo in workqueue.txt



This patch fixes a spelling typo in workqueue.txt

Signed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
Acked-by: default avatarTejun Heo <tj@kernel.org>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent a039ba34
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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