workqueue: fix typo in comment

qeueue/queue

Signed-off-by: Liu Song <liu.song11@zte.com.cn>
Signed-off-by: Tejun Heo <tj@kernel.org>
This commit is contained in:
Liu Song 2019-02-19 23:53:27 +08:00 committed by Tejun Heo
parent 4d43d395fe
commit 8bdc620178
1 changed files with 1 additions and 1 deletions

View File

@ -646,7 +646,7 @@ static void set_work_pool_and_clear_pending(struct work_struct *work,
* The following mb guarantees that previous clear of a PENDING bit
* will not be reordered with any speculative LOADS or STORES from
* work->current_func, which is executed afterwards. This possible
* reordering can lead to a missed execution on attempt to qeueue
* reordering can lead to a missed execution on attempt to queue
* the same @work. E.g. consider this case:
*
* CPU#0 CPU#1