diff options
author | attreyee-muk <tintinm2017@gmail.com> | 2023-12-23 18:53:17 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2024-01-03 22:16:57 +0100 |
commit | 89405db5cd1ed641dfe91b4a3796bb6188ab05e3 (patch) | |
tree | 22e22a8e943356160dab41fd4bb0737b7a55ef01 | |
parent | Documentation/trace: Fixed typos in the ftrace FLAGS section (diff) | |
download | linux-89405db5cd1ed641dfe91b4a3796bb6188ab05e3.tar.xz linux-89405db5cd1ed641dfe91b4a3796bb6188ab05e3.zip |
Documentation/core-api : fix typo in workqueue
Correct to “boundaries” from “bounaries”
Signed-off-by: Attreyee Mukherjee <tintinm2017@gmail.com>
Acked-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20231223175316.24951-1-tintinm2017@gmail.com
-rw-r--r-- | Documentation/core-api/workqueue.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 |