We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca6c2ce commit 9e1b016Copy full SHA for 9e1b016
Documentation/core-api/maple_tree.rst
@@ -175,7 +175,7 @@ will return the previous entry which occurs before the entry at index.
175
mas_find() will find the first entry which exists at or above index on
176
the first call, and the next entry from every subsequent calls.
177
178
-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
179
the first call, and the previous entry from every subsequent calls.
180
181
If the user needs to yield the lock during an operation, then the maple state
0 commit comments