Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c462f179 authored by Robert P. J. Day's avatar Robert P. J. Day Committed by Linus Torvalds
Browse files

mm/memory.c: fix typo in comment

parent 8befedfe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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