Skip to content

Commit

Permalink
mm-rework-mapcount-accounting-to-enable-4k-mapping-of-thps-fix
Browse files Browse the repository at this point in the history
fix typo in comment

Cc: "Kirill A. Shutemov" <kirill.shutemov@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
  • Loading branch information
akpm00 authored and sfrothwell committed Jan 13, 2016
1 parent c7a92fe commit 6dbc26f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/page-flags.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down

0 comments on commit 6dbc26f

Please sign in to comment.