From: Chin Yik Ming Date: Wed, 20 Nov 2024 10:50:41 +0000 (+0800) Subject: mm/memory: fix a comment typo in lock_mm_and_find_vma() X-Git-Tag: v6.14-rc1~77^2~296 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=773fc6ab7102c39da78b3f1fb2ad6f1a59850030;p=linux-2.6-block.git mm/memory: fix a comment typo in lock_mm_and_find_vma() s/equivalend/equivalent/ Link: https://lkml.kernel.org/r/20241120105041.2394283-1-yikming2222@gmail.com Signed-off-by: Chin Yik Ming Signed-off-by: Andrew Morton --- diff --git a/mm/memory.c b/mm/memory.c index 78b6741ae593..f49eb4d4be75 100644 --- a/mm/memory.c +++ b/mm/memory.c @@ -6185,7 +6185,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). *