From: Zhiyuan Dai Date: Wed, 24 Feb 2021 20:07:26 +0000 (-0800) Subject: mm/hugetlb.c: fix typos in comments X-Git-Tag: v6.6-pxa1908~7016^2~50 X-Git-Url: https://git.dujemihanovic.xyz/?a=commitdiff_plain;h=578b7725d4bde8eca23218278d1d8103dd0c3dde;p=linux.git mm/hugetlb.c: fix typos in comments Fix typo in comment. Link: https://lkml.kernel.org/r/1612256106-9436-1-git-send-email-daizhiyuan@phytium.com.cn Signed-off-by: Zhiyuan Dai Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/mm/hugetlb.c b/mm/hugetlb.c index 527e2b89e209..9d3a1416fc2f 100644 --- a/mm/hugetlb.c +++ b/mm/hugetlb.c @@ -4028,7 +4028,7 @@ void unmap_hugepage_range(struct vm_area_struct *vma, unsigned long start, /* * This is called when the original mapper is failing to COW a MAP_PRIVATE - * mappping it owns the reserve page for. The intention is to unmap the page + * mapping it owns the reserve page for. The intention is to unmap the page * from other VMAs and let the children be SIGKILLed if they are faulting the * same region. */