From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Fix typo/spello of "function". Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Cc: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Cc: linux-mm@xxxxxxxxx --- mm/memory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200908.orig/mm/memory.c +++ linux-next-20200908/mm/memory.c @@ -3608,7 +3608,7 @@ static vm_fault_t do_set_pmd(struct vm_f /** * 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