]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
docs: memory-hotplug: fix typo 'fo' -> 'for' in NODE_ADDED_FIRST_MEMORY description
authorPraveen Kumar Singh <pr4veensingh@proton.me>
Tue, 17 Mar 2026 05:40:32 +0000 (11:10 +0530)
committerJonathan Corbet <corbet@lwn.net>
Tue, 17 Mar 2026 14:42:05 +0000 (08:42 -0600)
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@proton.me>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <by7jSPCep0WcWKD6nntH0wGbcN59hRhsEOc2lHBps2QizxRtedH25CdW8DO33YiqJU3Y7kGWesJnBts-jvgMzNqDvLWH3cTDYpJPuNed9hU=@proton.me>

Documentation/core-api/memory-hotplug.rst

index 8fc97c2379de866773f507fe325f5065f54d9058..46b0490f5319f109322a92b57ab3257ab94e543e 100644 (file)
@@ -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 time.
+ Generated when memory has become available for this node for the first time.
 
 NODE_REMOVING_LAST_MEMORY
  Generated when the last memory available to this node is about to be offlined.