From: Wang Jinchao Date: Mon, 5 Feb 2024 00:31:52 +0000 (+0800) Subject: workqueue: fix a typo in comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=96068b6030391082bf0cd97af525d731afa5ad63;p=linux.git workqueue: fix a typo in comment There should be three, fix it. Signed-off-by: Wang Jinchao Signed-off-by: Tejun Heo --- diff --git a/kernel/workqueue.c b/kernel/workqueue.c index 524a7fff52aff..d7fdb631ecf7d 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. */