[PATCH] docs: memory-hotplug: fix typo 'fo' -> 'for' in NODE_ADDED_FIRST_MEMORY description
From: Praveen Kumar Singh
Date: Tue Mar 17 2026 - 01:40:32 EST
The description of NODE_ADDED_FIRST_MEMORY notification contains
a missing 'r' in the word 'for'. Fix the typo.
Signed-off-by: Praveen Kumar Singh <pr4veensingh@xxxxxxxxx>
---
Documentation/core-api/memory-hotplug.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/core-api/memory-hotplug.rst b/Documentation/core=
-api/memory-hotplug.rst
index 8fc97c237..46b0490f5 100644
--- a/Documentation/core-api/memory-hotplug.rst
+++ b/Documentation/core-api/memory-hotplug.rst
@@ -96,7 +96,7 @@ NODE_CANCEL_ADDING_FIRST_MEMORY
Generated if NODE_ADDING_FIRST_MEMORY fails.
NODE_ADDED_FIRST_MEMORY
- Generated when memory has become available fo this node for the first tim=
e.
+ Generated when memory has become available for this node for the first ti=
me.
NODE_REMOVING_LAST_MEMORY
Generated when the last memory available to this node is about to be offl=
ined.
--
2.51.2.windows.1