diff options
| author | Manish Kumar <manish1588@gmail.com> | 2025-09-18 23:15:28 +0530 |
|---|---|---|
| committer | Andrew Morton <akpm@linux-foundation.org> | 2025-09-28 11:51:31 -0700 |
| commit | 51032f26cff7a5ab458d549d88b905ca5bf7a7f5 (patch) | |
| tree | 774262656ba847b397876e3b0fcae76f5bc619da /mm | |
| parent | ab521b4142aa41fdf74efc20e2b1806f35dbc64b (diff) | |
| download | linux-51032f26cff7a5ab458d549d88b905ca5bf7a7f5.tar.gz | |
mm/memory_hotplug: fix typo 'esecially' -> 'especially'
Link: https://lkml.kernel.org/r/20250918174528.90879-1-manish1588@gmail.com
Signed-off-by: Manish Kumar <manish1588@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'mm')
| -rw-r--r-- | mm/memory_hotplug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/memory_hotplug.c b/mm/memory_hotplug.c index 883b8e4d51ba84..e9f14de4a9c9e8 100644 --- a/mm/memory_hotplug.c +++ b/mm/memory_hotplug.c @@ -955,7 +955,7 @@ static struct zone *default_kernel_zone_for_pfn(int nid, unsigned long start_pfn * effectively unused by the kernel, yet they account to "present pages". * Fortunately, these allocations are comparatively small in relevant setups * (e.g., fraction of system memory). - * b) Some hotplugged memory blocks in virtualized environments, esecially + * b) Some hotplugged memory blocks in virtualized environments, especially * hotplugged by virtio-mem, look like they are completely present, however, * only parts of the memory block are actually currently usable. * "present pages" is an upper limit that can get reached at runtime. As |
