Skip to content

Commit 9e1b016

Browse files
Tom Yangakpm00
authored andcommitted
Documentation: maple_tree: fix word spelling error
The "first" is spelled "fist". Link: https://lkml.kernel.org/r/20231023095737.21823-1-yangqixiao@inspur.com Signed-off-by: Tom Yang <yangqixiao@inspur.com> Reviewed-by: Liam R. Howlett <Liam.Howlett@oracle.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
1 parent ca6c2ce commit 9e1b016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/core-api/maple_tree.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ will return the previous entry which occurs before the entry at index.
175175
mas_find() will find the first entry which exists at or above index on
176176
the first call, and the next entry from every subsequent calls.
177177

178-
mas_find_rev() will find the fist entry which exists at or below the last on
178+
mas_find_rev() will find the first entry which exists at or below the last on
179179
the first call, and the previous entry from every subsequent calls.
180180

181181
If the user needs to yield the lock during an operation, then the maple state

0 commit comments

Comments
 (0)