Commit 773fc6ab authored by Chin Yik Ming's avatar Chin Yik Ming Committed by Andrew Morton
Browse files

mm/memory: fix a comment typo in lock_mm_and_find_vma()

parent afeac03c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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).
 *