diff options
Diffstat (limited to 'include/linux/mm.h')
-rw-r--r-- | include/linux/mm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mm.h b/include/linux/mm.h index ed6407d1b7b5..ffcff53e3b2b 100644 --- a/include/linux/mm.h +++ b/include/linux/mm.h | |||
@@ -623,7 +623,7 @@ void do_set_pte(struct vm_area_struct *vma, unsigned long address, | |||
623 | * | 623 | * |
624 | * A page may belong to an inode's memory mapping. In this case, page->mapping | 624 | * A page may belong to an inode's memory mapping. In this case, page->mapping |
625 | * is the pointer to the inode, and page->index is the file offset of the page, | 625 | * is the pointer to the inode, and page->index is the file offset of the page, |
626 | * in units of PAGE_CACHE_SIZE. | 626 | * in units of PAGE_SIZE. |
627 | * | 627 | * |
628 | * If pagecache pages are not associated with an inode, they are said to be | 628 | * If pagecache pages are not associated with an inode, they are said to be |
629 | * anonymous pages. These may become associated with the swapcache, and in that | 629 | * anonymous pages. These may become associated with the swapcache, and in that |