From df1b26b540926e3367b4a144ad7e31177efddf43 Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Wed, 26 Sep 2012 11:34:01 +1000 Subject: [PATCH] mm/memory.c: fix typo in comment Signed-off-by: Robert P. J. Day Signed-off-by: Andrew Morton --- mm/memory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm/memory.c b/mm/memory.c index f440e7143c11..cdc682e60ac6 100644 --- a/mm/memory.c +++ b/mm/memory.c @@ -2149,7 +2149,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 -- 2.39.5