diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2012-10-08 19:33:43 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-10-09 03:22:59 -0400 |
commit | c462f179e4d273f0da0e7cf302e29b0edf43844e (patch) | |
tree | 12e674acb1b3ea99541121d83b85a8dab84b5413 | |
parent | 8befedfe678ff84d5bc356be4f3cb1fd84959d02 (diff) |
mm/memory.c: fix typo in comment
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | mm/memory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/memory.c b/mm/memory.c index 01ec048ece8b..45bb6d296b6f 100644 --- a/mm/memory.c +++ b/mm/memory.c | |||
@@ -2148,7 +2148,7 @@ out: | |||
2148 | * @addr: target user address of this page | 2148 | * @addr: target user address of this page |
2149 | * @pfn: source kernel pfn | 2149 | * @pfn: source kernel pfn |
2150 | * | 2150 | * |
2151 | * Similar to vm_inert_page, this allows drivers to insert individual pages | 2151 | * Similar to vm_insert_page, this allows drivers to insert individual pages |
2152 | * they've allocated into a user vma. Same comments apply. | 2152 | * they've allocated into a user vma. Same comments apply. |
2153 | * | 2153 | * |
2154 | * This function should only be called from a vm_ops->fault handler, and | 2154 | * This function should only be called from a vm_ops->fault handler, and |