Skip to content

Commit 773fc6a

Browse files
ChinYikMingakpm00
authored andcommitted
mm/memory: fix a comment typo in lock_mm_and_find_vma()
s/equivalend/equivalent/ Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Chin Yik Ming <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent afeac03 commit 773fc6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mm/memory.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6185,7 +6185,7 @@ static inline bool upgrade_mmap_lock_carefully(struct mm_struct *mm, struct pt_r
61856185
/*
61866186
* Helper for page fault handling.
61876187
*
6188-
* This is kind of equivalend to "mmap_read_lock()" followed
6188+
* This is kind of equivalent to "mmap_read_lock()" followed
61896189
* by "find_extend_vma()", except it's a lot more careful about
61906190
* the locking (and will drop the lock on failure).
61916191
*

0 commit comments

Comments
 (0)