diff mbox series

mm/memory.c: fix spello of "function"

Message ID e7bf180e-c558-b1d5-9a15-6d9708823c9c@infradead.org (mailing list archive)
State New, archived
Headers show
Series mm/memory.c: fix spello of "function" | expand

Commit Message

Randy Dunlap Sept. 9, 2020, 1:08 a.m. UTC
From: Randy Dunlap <rdunlap@infradead.org>

Fix typo/spello of "function".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: linux-mm@kvack.org
---
 mm/memory.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

--- 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