All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentation: maple_tree: fix word spelling error
@ 2023-10-23  9:57 Tom Yang
  2023-10-23 15:51 ` Liam R. Howlett
  0 siblings, 1 reply; 2+ messages in thread
From: Tom Yang @ 2023-10-23  9:57 UTC (permalink / raw)
  To: Liam.Howlett, corbet
  Cc: maple-tree, linux-mm, linux-doc, linux-kernel, Tom Yang

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(-)

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Documentation: maple_tree: fix word spelling error
  2023-10-23  9:57 [PATCH] Documentation: maple_tree: fix word spelling error Tom Yang
@ 2023-10-23 15:51 ` Liam R. Howlett
  0 siblings, 0 replies; 2+ messages in thread
From: Liam R. Howlett @ 2023-10-23 15:51 UTC (permalink / raw)
  To: Tom Yang; +Cc: maple-tree, linux-mm, linux-doc, linux-kernel


* 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
> 
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-10-23 15:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-23  9:57 [PATCH] Documentation: maple_tree: fix word spelling error Tom Yang
2023-10-23 15:51 ` Liam R. Howlett

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.