[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20231223175316.24951-1-tintinm2017@gmail.com>
Date: Sat, 23 Dec 2023 23:23:17 +0530
From: attreyee-muk <tintinm2017@...il.com>
To: tj@...nel.org,
jiangshanlai@...il.com,
corbet@....net
Cc: attreyee-muk <tintinm2017@...il.com>,
linux-doc@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH] Documentation/core-api : fix typo in workqueue
Correct to “boundaries” from “bounaries” in “CPUs are grouped according to NUMA bounaries.”
Signed-off-by: Attreyee Mukherjee <tintinm2017@...il.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 0046af06531a..33c4539155d9 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.34.1
Powered by blists - more mailing lists