Commit 985ba004 authored by Ethon Paul's avatar Ethon Paul Committed by Linus Torvalds
Browse files

mm/memory: fix a typo in comment "attampt"->"attempt"

parent e0857cf5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)) {