Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mm/memory-hotplug: fix typo in documentation

I'm 90% sure memory hotunplugging doesn't involve a "fist" phase

Signed-off-by: Amos Wenger <amos@bearcove.net>
Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20231006112636.97128-1-amos@bearcove.net

authored by

Amos Wenger and committed by
Jonathan Corbet
2087f270 5ccba71f

+1 -1
+1 -1
Documentation/admin-guide/mm/memory-hotplug.rst
··· 75 75 (1) Offlining memory blocks 76 76 (2) Removing the memory from Linux 77 77 78 - In the fist phase, memory is "hidden" from the page allocator again, for 78 + In the first phase, memory is "hidden" from the page allocator again, for 79 79 example, by migrating busy memory to other memory locations and removing all 80 80 relevant free pages from the page allocator After this phase, the memory is no 81 81 longer visible in memory statistics of the system.