]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
mm/memory.c: fix typo in comment
authorRobert P. J. Day <rpjday@crashcourse.ca>
Wed, 26 Sep 2012 01:34:01 +0000 (11:34 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 27 Sep 2012 07:27:11 +0000 (17:27 +1000)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/memory.c

index f440e7143c1143c54543a8f958db0244379ff556..cdc682e60ac69d0160fcc4c8a22889452e8277ad 100644 (file)
@@ -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