linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Chin Yik Ming <yikming2222@gmail.com>
To: akpm@linux-foundation.org
Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org,
	Chin Yik Ming <yikming2222@gmail.com>
Subject: [PATCH] mm/memory: Fix a comment typo in lock_mm_and_find_vma()
Date: Wed, 20 Nov 2024 18:50:41 +0800	[thread overview]
Message-ID: <20241120105041.2394283-1-yikming2222@gmail.com> (raw)

s/equivalend/equivalent

Signed-off-by: Chin Yik Ming <yikming2222@gmail.com>
---
 mm/memory.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mm/memory.c b/mm/memory.c
index bdf77a3ec47b..9be3183ca8ee 100644
--- a/mm/memory.c
+++ b/mm/memory.c
@@ -6150,7 +6150,7 @@ static inline bool upgrade_mmap_lock_carefully(struct mm_struct *mm, struct pt_r
 /*
  * Helper for page fault handling.
  *
- * This is kind of equivalend to "mmap_read_lock()" followed
+ * This is kind of equivalent to "mmap_read_lock()" followed
  * by "find_extend_vma()", except it's a lot more careful about
  * the locking (and will drop the lock on failure).
  *
-- 
2.34.1



                 reply	other threads:[~2024-11-20 10:51 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20241120105041.2394283-1-yikming2222@gmail.com \
    --to=yikming2222@gmail.com \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.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