projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca6c2ce
)
Documentation: maple_tree: fix word spelling error
author
Tom Yang
<yangqixiao@inspur.com>
Mon, 23 Oct 2023 09:57:37 +0000
(17:57 +0800)
committer
Andrew Morton
<akpm@linux-foundation.org>
Wed, 1 Nov 2023 19:38:35 +0000
(12:38 -0700)
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>
Documentation/core-api/maple_tree.rst
patch
|
blob
|
history
diff --git
a/Documentation/core-api/maple_tree.rst
b/Documentation/core-api/maple_tree.rst
index 45defcf15da71a23a64985e1dbb17a1ef6c2b3ea..96f3d5f076b57cc525db8fe2fc7d380c1235175a 100644
(file)
--- 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 fi
r
st 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