Linux Documentation
 help / color / mirror / Atom feed
From: Tom Yang <yangqixiao@inspur.com>
To: <Liam.Howlett@oracle.com>, <corbet@lwn.netcorbet@lwn.net>
Cc: <maple-tree@lists.infradead.org>, <linux-mm@kvack.org>,
	<linux-doc@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
	Tom Yang <yangqixiao@inspur.com>
Subject: [PATCH] Documentation: maple_tree: fix word spelling error
Date: Mon, 23 Oct 2023 17:57:37 +0800	[thread overview]
Message-ID: <20231023095737.21823-1-yangqixiao@inspur.com> (raw)

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


             reply	other threads:[~2023-10-23  9:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-23  9:57 Tom Yang [this message]
2023-10-23 15:51 ` [PATCH] Documentation: maple_tree: fix word spelling error Liam R. Howlett

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231023095737.21823-1-yangqixiao@inspur.com \
    --to=yangqixiao@inspur.com \
    --cc=Liam.Howlett@oracle.com \
    --cc=corbet@lwn.netcorbet \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=maple-tree@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox