Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <yikming2222@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

authored by

Chin Yik Ming and committed by
Andrew Morton
773fc6ab afeac03c

+1 -1
+1 -1
mm/memory.c
··· 6185 6185 /* 6186 6186 * Helper for page fault handling. 6187 6187 * 6188 - * This is kind of equivalend to "mmap_read_lock()" followed 6188 + * This is kind of equivalent to "mmap_read_lock()" followed 6189 6189 * by "find_extend_vma()", except it's a lot more careful about 6190 6190 * the locking (and will drop the lock on failure). 6191 6191 *