aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRandy Dunlap <[email protected]>2020-10-13 16:54:01 -0700
committerLinus Torvalds <[email protected]>2020-10-13 18:38:31 -0700
commitf1dc1685f6ca25d435d58d16e53bb6f336f54cac (patch)
treeeb315a3952f10052a428ad0f96ae22bf78c774eb
parentf9d86a60572295ebb53c87a4305dc89b487711bd (diff)
mm/memory.c: fix spello of "function"
Fix typo/spello of "function". Signed-off-by: Randy Dunlap <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r--mm/memory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/memory.c b/mm/memory.c
index 817ac9c58473..5a1c4c9759dc 100644
--- a/mm/memory.c
+++ b/mm/memory.c
@@ -3764,7 +3764,7 @@ static vm_fault_t do_set_pmd(struct vm_fault *vmf, struct page *page)
/**
* alloc_set_pte - setup new PTE entry for given page and add reverse page
- * mapping. If needed, the fucntion allocates page table or use pre-allocated.
+ * mapping. If needed, the function allocates page table or use pre-allocated.
*
* @vmf: fault environment
* @page: page to map