From: Ethon Paul Date: Thu, 4 Jun 2020 23:49:43 +0000 (-0700) Subject: mm/memory: fix a typo in comment "attampt"->"attempt" X-Git-Tag: v5.10.7~2446^2~60 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=985ba004be29b857f3475eea961af5ac6ea5fa4d;p=platform%2Fkernel%2Flinux-rpi.git mm/memory: fix a typo in comment "attampt"->"attempt" There is a comment in typo, fix it. Signed-off-by: Ethon Paul Signed-off-by: Andrew Morton Link: http://lkml.kernel.org/r/20200411004043.14686-1-ethp@qq.com Signed-off-by: Linus Torvalds --- diff --git a/mm/memory.c b/mm/memory.c index 60c2792..d97e884 100644 --- a/mm/memory.c +++ b/mm/memory.c @@ -2467,7 +2467,7 @@ static inline bool cow_user_page(struct page *dst, struct page *src, } /* - * The same page can be mapped back since last copy attampt. + * The same page can be mapped back since last copy attempt. * Try to copy again under PTL. */ if (__copy_from_user_inatomic(kaddr, uaddr, PAGE_SIZE)) {