]> 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>
Wed, 26 Sep 2012 05:45:10 +0000 (15:45 +1000)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/memory.c

index d1e2622a394e7747e24351ca32ab35200bbf8184..8fb252d347b41f14c51b2966d8f8b0ae33fa3277 100644 (file)
@@ -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