diff options
author | Zhiyuan Dai <daizhiyuan@phytium.com.cn> | 2021-02-24 12:07:26 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2021-02-24 13:38:32 -0800 |
commit | 578b7725d4bde8eca23218278d1d8103dd0c3dde (patch) | |
tree | 0532912152b35c850c35d4fcb1f6b98d46585096 /mm/hugetlb.c | |
parent | 5291c09b3edb657f23c1939750c702ba2d74932f (diff) | |
download | linux-578b7725d4bde8eca23218278d1d8103dd0c3dde.tar.gz linux-578b7725d4bde8eca23218278d1d8103dd0c3dde.tar.bz2 linux-578b7725d4bde8eca23218278d1d8103dd0c3dde.zip |
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 <daizhiyuan@phytium.com.cn>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/hugetlb.c')
-rw-r--r-- | mm/hugetlb.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |