workqueue: fix a typo in comment
authorWang Jinchao <wangjinchao@xfusion.com>
Mon, 5 Feb 2024 00:31:52 +0000 (08:31 +0800)
committerTejun Heo <tj@kernel.org>
Mon, 5 Feb 2024 17:48:25 +0000 (07:48 -1000)
There should be three, fix it.

Signed-off-by: Wang Jinchao <wangjinchao@xfusion.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/workqueue.c

index 524a7fff52aff83b46778dc6616d5616227d3a60..d7fdb631ecf7d325b640c77057ad1204fce3464a 100644 (file)
@@ -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.
  */