diff --git a/include/linux/page-flags.h b/include/linux/page-flags.h index 72356fbc3f2dff..c2a0fad912399e 100644 --- a/include/linux/page-flags.h +++ b/include/linux/page-flags.h @@ -538,7 +538,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. *