linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Documentation/core-api : fix typo in workqueue
@ 2023-12-23 17:53 attreyee-muk
  2023-12-23 21:33 ` Tejun Heo
  0 siblings, 1 reply; 3+ messages in thread
From: attreyee-muk @ 2023-12-23 17:53 UTC (permalink / raw)
  To: tj, jiangshanlai, corbet; +Cc: attreyee-muk, linux-doc, linux-kernel

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 816 bytes --]

Correct to “boundaries” from “bounaries” in “CPUs are grouped according to NUMA bounaries.”

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-12-23 22:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-23 17:53 [PATCH] Documentation/core-api : fix typo in workqueue attreyee-muk
2023-12-23 21:33 ` Tejun Heo
2023-12-23 22:07   ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).