tweak comment
Cc: Johannes Weiner <hannes@cmpxchg.org>
Cc: KOSAKI Motohiro <kosaki.motohiro@gmail.com>
Cc: Minchan Kim <minchan@kernel.org>
Cc: Robin Dong <sanbai@taobao.com>
Cc: Wu Fengguang <fengguang.wu@intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
EXPORT_SYMBOL(mark_page_accessed);
/*
- * Check pagevec space before adding new page into as
- * it will prevent ununiform page status in
- * mark_page_accessed() after __lru_cache_add()
+ * Check the pagevec space before adding a new page into it, to prevent
+ * nonuniform page status in mark_page_accessed() after __lru_cache_add().
*/
void __lru_cache_add(struct page *page, enum lru_list lru)
{