diff --git a/mm/memory.c b/mm/memory.c index 817ac9c584732a522ef7a3029bacfa3bb2a33491..5a1c4c9759dcac692327b787220a1d1409224801 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