]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Documentation/mm: Fix typo in NUMA paragraph
authorAriful Islam Shoikot <islamarifulshoikat@gmail.com>
Sat, 7 Mar 2026 11:40:06 +0000 (17:40 +0600)
committerJonathan Corbet <corbet@lwn.net>
Mon, 9 Mar 2026 16:11:35 +0000 (10:11 -0600)
Fixed a typo in Documentation/mm/numa.rst:
-changed 'allocated' to 'allocate' in the paragraph about
memoryless nodes.

Signed-off-by: Ariful Islam Shoikot <islamarifulshoikat@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20260307114006.33183-1-islamarifulshoikat@gmail.com>

Documentation/mm/numa.rst

index 0f1b56809dcab493dc9c4f9e85e17283bcd3acf9..b765295c6e856add4d77a065ede91f9c03775f71 100644 (file)
@@ -140,7 +140,7 @@ this.
 
 If the architecture supports--does not hide--memoryless nodes, then CPUs
 attached to memoryless nodes would always incur the fallback path overhead
-or some subsystems would fail to initialize if they attempted to allocated
+or some subsystems would fail to initialize if they attempted to allocate
 memory exclusively from a node without memory.  To support such
 architectures transparently, kernel subsystems can use the numa_mem_id()
 or cpu_to_mem() function to locate the "local memory node" for the calling or