From: Robert P. J. Day Date: Wed, 26 Sep 2012 01:34:01 +0000 (+1000) Subject: mm/memory.c: fix typo in comment X-Git-Tag: next-20120926~2^2~204 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=621d69d91e6053346a22e7c0e4e83d806743d775;p=karo-tx-linux.git mm/memory.c: fix typo in comment Signed-off-by: Robert P. J. Day Signed-off-by: Andrew Morton --- diff --git a/mm/memory.c b/mm/memory.c index d1e2622a394e..8fb252d347b4 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