From 81727b85310cdb5dad75b049b6a2518f32511b2d Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Wed, 6 Jan 2016 10:48:13 +1100 Subject: [PATCH] mm-rework-mapcount-accounting-to-enable-4k-mapping-of-thps-fix fix typo in comment Cc: "Kirill A. Shutemov" Signed-off-by: Andrew Morton --- include/linux/page-flags.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/page-flags.h b/include/linux/page-flags.h index fdc7ce28566d67..90590bd08273ae 100644 --- a/include/linux/page-flags.h +++ b/include/linux/page-flags.h @@ -530,7 +530,7 @@ static inline int PageTransTail(struct page *page) * PageDoubleMap indicates that the compound page is mapped with PTEs as well * as PMDs. * - * This is required for optimization of rmap oprations for THP: we can postpone + * This is required for optimization of rmap operations for THP: we can postpone * per small page mapcount accounting (and its overhead from atomic operations) * until the first PMD split. *