From: Robert P. J. Day Date: Mon, 8 Oct 2012 23:33:43 +0000 (-0700) Subject: mm/memory.c: fix typo in comment X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=c462f179e4d273f0da0e7cf302e29b0edf43844e;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git mm/memory.c: fix typo in comment Signed-off-by: Robert P. J. Day Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/mm/memory.c b/mm/memory.c index 01ec048ece8b..45bb6d296b6f 100644 --- a/mm/memory.c +++ b/mm/memory.c @@ -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