* [PATCH] mm/memory: Fix a comment typo in lock_mm_and_find_vma()
@ 2024-11-20 10:50 Chin Yik Ming
0 siblings, 0 replies; only message in thread
From: Chin Yik Ming @ 2024-11-20 10:50 UTC (permalink / raw)
To: akpm; +Cc: linux-mm, linux-kernel, Chin Yik Ming
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-11-20 10:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-20 10:50 [PATCH] mm/memory: Fix a comment typo in lock_mm_and_find_vma() Chin Yik Ming
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox