From 797a1a6ee746158ccd3e0d4fb89bc472009a6ef2 Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Mon, 8 Oct 2012 16:33:43 -0700 Subject: [PATCH] --- yaml --- r: 332466 b: refs/heads/master c: c462f179e4d273f0da0e7cf302e29b0edf43844e h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/mm/memory.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 0c2e68ea0a09..685ef5394008 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8befedfe678ff84d5bc356be4f3cb1fd84959d02 +refs/heads/master: c462f179e4d273f0da0e7cf302e29b0edf43844e diff --git a/trunk/mm/memory.c b/trunk/mm/memory.c index 01ec048ece8b..45bb6d296b6f 100644 --- a/trunk/mm/memory.c +++ b/trunk/mm/memory.c @@ -2148,7 +2148,7 @@ static int insert_pfn(struct vm_area_struct *vma, unsigned long addr, * @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