aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/mm
diff options
context:
space:
mode:
authorJules Maselbas <jmaselbas@kalray.eu>2023-01-26 18:32:17 +0100
committerJonathan Corbet <corbet@lwn.net>2023-01-26 11:11:58 -0700
commit77a0812c962baec49c9928342f9020f05fbb5db1 (patch)
tree81af973f8a04e491e46553bfd321efef7e7afd57 /Documentation/mm
parent1c7b394a5651f9b7bc2cebe4d219e36a160ce35f (diff)
downloadlinux-77a0812c962baec49c9928342f9020f05fbb5db1.tar.gz
Documentation/mm: Fix typo emluation -> emulation
Fix typo emluation -> emulation Signed-off-by: Jules Maselbas <jmaselbas@kalray.eu> Link: https://lore.kernel.org/r/20230126173217.12912-1-jmaselbas@kalray.eu Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/mm')
-rw-r--r--Documentation/mm/numa.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/mm/numa.rst b/Documentation/mm/numa.rst
index 99fdeca917ca8..e1410974c9412 100644
--- a/Documentation/mm/numa.rst
+++ b/Documentation/mm/numa.rst
@@ -64,7 +64,7 @@ In addition, for some architectures, again x86 is an example, Linux supports
the emulation of additional nodes. For NUMA emulation, linux will carve up
the existing nodes--or the system memory for non-NUMA platforms--into multiple
nodes. Each emulated node will manage a fraction of the underlying cells'
-physical memory. NUMA emluation is useful for testing NUMA kernel and
+physical memory. NUMA emulation is useful for testing NUMA kernel and
application features on non-NUMA platforms, and as a sort of memory resource
management mechanism when used together with cpusets.
[see Documentation/admin-guide/cgroup-v1/cpusets.rst]