summaryrefslogtreecommitdiff
path: root/kernel/workqueue.c
diff options
context:
space:
mode:
authorWang Jinchao <wangjinchao@xfusion.com>2024-02-05 08:31:52 +0800
committerTejun Heo <tj@kernel.org>2024-02-05 07:48:25 -1000
commit96068b6030391082bf0cd97af525d731afa5ad63 (patch)
tree59c6632884c2c275bcbce805791bf840cead5c0b /kernel/workqueue.c
parent4f19b8e01e2fb6c97d4307abb7bde4d34a1e601e (diff)
workqueue: fix a typo in comment
There should be three, fix it. Signed-off-by: Wang Jinchao <wangjinchao@xfusion.com> Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'kernel/workqueue.c')
-rw-r--r--kernel/workqueue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/workqueue.c b/kernel/workqueue.c
index 524a7fff52af..d7fdb631ecf7 100644
--- a/kernel/workqueue.c
+++ b/kernel/workqueue.c
@@ -7604,7 +7604,7 @@ static bool __init cpus_share_numa(int cpu0, int cpu1)
/**
* workqueue_init_topology - initialize CPU pods for unbound workqueues
*
- * This is the third step of there-staged workqueue subsystem initialization and
+ * This is the third step of three-staged workqueue subsystem initialization and
* invoked after SMP and topology information are fully initialized. It
* initializes the unbound CPU pods accordingly.
*/