]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
mm/memory.c: fix typo in comment
authorRobert P. J. Day <rpjday@crashcourse.ca>
Fri, 28 Sep 2012 00:19:59 +0000 (10:19 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 4 Oct 2012 05:03:36 +0000 (15:03 +1000)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/memory.c

index 05204312c7e5170f0d6b9562d55906a289232a6c..0e3a516b497f4a48099af8131e8a59a7e2664626 100644 (file)
@@ -2153,7 +2153,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