Commit c462f179 authored by Robert P. J. Day's avatar Robert P. J. Day Committed by Linus Torvalds

mm/memory.c: fix typo in comment

Signed-off-by: default avatarRobert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 8befedfe
...@@ -2148,7 +2148,7 @@ static int insert_pfn(struct vm_area_struct *vma, unsigned long addr, ...@@ -2148,7 +2148,7 @@ static int insert_pfn(struct vm_area_struct *vma, unsigned long addr,
* @addr: target user address of this page * @addr: target user address of this page
* @pfn: source kernel pfn * @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. * they've allocated into a user vma. Same comments apply.
* *
* This function should only be called from a vm_ops->fault handler, and * This function should only be called from a vm_ops->fault handler, and
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment