diff mbox series

mm/memory_hotplug: Fix spelling mistake "reintialization" -> "reinitialization"

Message ID 20230902100543.77370-1-shubhisroking@gmail.com (mailing list archive)
State New
Headers show
Series mm/memory_hotplug: Fix spelling mistake "reintialization" -> "reinitialization" | expand

Commit Message

Shubh Sept. 2, 2023, 10:05 a.m. UTC
Signed-off-by: Shubh <shubhisroking@gmail.com>
---
 mm/memory_hotplug.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/mm/memory_hotplug.c b/mm/memory_hotplug.c
index 1b03f4ec6..c92138853 100644
--- a/mm/memory_hotplug.c
+++ b/mm/memory_hotplug.c
@@ -1230,7 +1230,7 @@  static pg_data_t __ref *hotadd_init_pgdat(int nid)
 	 * NODE_DATA is preallocated (free_area_init) but its internal
 	 * state is not allocated completely. Add missing pieces.
 	 * Completely offline nodes stay around and they just need
-	 * reintialization.
+	 * reinitialization.
 	 */
 	pgdat = NODE_DATA(nid);