[PATCH] Documentation/core-api : fix typo in workqueue

From: attreyee-muk
Date: Sat Dec 23 2023 - 12:55:00 EST


Correct to â??boundariesâ?? from â??bounariesâ?? in â??CPUs are grouped according to NUMA bounaries.â??

Signed-off-by: Attreyee Mukherjee <tintinm2017@xxxxxxxxx>
---
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