diff mbox series

Documentation: maple_tree: fix word spelling error

Message ID 20231023095737.21823-1-yangqixiao@inspur.com (mailing list archive)
State New
Headers show
Series Documentation: maple_tree: fix word spelling error | expand

Commit Message

Tom Yang Oct. 23, 2023, 9:57 a.m. UTC
The "first" is spelled "fist".

Signed-off-by: Tom Yang <yangqixiao@inspur.com>
---
 Documentation/core-api/maple_tree.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Liam R. Howlett Oct. 23, 2023, 3:51 p.m. UTC | #1
* Tom Yang <yangqixiao@inspur.com> [231023 05:58]:
> The "first" is spelled "fist".

Thanks.

> 
> Signed-off-by: Tom Yang <yangqixiao@inspur.com>

Reviewed-by: Liam R. Howlett <Liam.Howlett@oracle.com>

> ---
>  Documentation/core-api/maple_tree.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> 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
> -- 
> 2.31.1
> 
>
diff mbox series

Patch

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