summaryrefslogtreecommitdiff
path: root/Documentation/core-api
diff options
context:
space:
mode:
authorTom Yang <yangqixiao@inspur.com>2023-10-23 17:57:37 +0800
committerAndrew Morton <akpm@linux-foundation.org>2023-11-01 12:38:35 -0700
commit9e1b016a0bc97112a18427bce1b6849d28c6eb91 (patch)
treedec49b8a6886a83af45c993c20ca576d73b6914d /Documentation/core-api
parentca6c2ce1b481996ae5b16e4589d3c0dd61899fa8 (diff)
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>
Diffstat (limited to 'Documentation/core-api')
-rw-r--r--Documentation/core-api/maple_tree.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/core-api/maple_tree.rst b/Documentation/core-api/maple_tree.rst
index 45defcf15da7..96f3d5f076b5 100644
--- a/Documentation/core-api/maple_tree.rst
+++ b/Documentation/core-api/maple_tree.rst
@@ -175,7 +175,7 @@ will return the previous entry which occurs before the entry at index.
mas_find() will find the first entry which exists at or above index on
the first call, and the next entry from every subsequent calls.
-mas_find_rev() will find the fist entry which exists at or below the last on
+mas_find_rev() will find the first entry which exists at or below the last on
the first call, and the previous entry from every subsequent calls.
If the user needs to yield the lock during an operation, then the maple state