From 89405db5cd1ed641dfe91b4a3796bb6188ab05e3 Mon Sep 17 00:00:00 2001 From: attreyee-muk Date: Sat, 23 Dec 2023 23:23:17 +0530 Subject: [PATCH] Documentation/core-api : fix typo in workqueue MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Correct to “boundaries” from “bounaries” Signed-off-by: Attreyee Mukherjee Acked-by: Tejun Heo Signed-off-by: Jonathan Corbet Link: https://lore.kernel.org/r/20231223175316.24951-1-tintinm2017@gmail.com --- Documentation/core-api/workqueue.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/core-api/workqueue.rst b/Documentation/core-api/workqueue.rst index 0046af06531a6..33c4539155d94 100644 --- a/Documentation/core-api/workqueue.rst +++ b/Documentation/core-api/workqueue.rst @@ -379,7 +379,7 @@ Workqueue currently supports the following affinity scopes. cases. This is the default affinity scope. ``numa`` - CPUs are grouped according to NUMA bounaries. + CPUs are grouped according to NUMA boundaries. ``system`` All CPUs are put in the same group. Workqueue makes no effort to process a -- 2.30.2