mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-24 17:23:25 -05:00
mm/memory.c: fix typo in comment
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
8befedfe67
commit
c462f179e4
1 changed files with 1 additions and 1 deletions
|
@ -2148,7 +2148,7 @@ out:
|
|||
* @addr: target user address of this page
|
||||
* @pfn: source kernel pfn
|
||||
*
|
||||
* Similar to vm_inert_page, this allows drivers to insert individual pages
|
||||
* Similar to vm_insert_page, this allows drivers to insert individual pages
|
||||
* they've allocated into a user vma. Same comments apply.
|
||||
*
|
||||
* This function should only be called from a vm_ops->fault handler, and
|
||||
|
|
Loading…
Add table
Reference in a new issue