From 97513f901e68cf8547e1c7c0038c86178e02258f Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Thu, 31 Dec 2020 22:04:02 +0000 Subject: [PATCH] mm-memcontrol-optimize-per-lruvec-stats-counter-memory-usage-checkpatch-fixes fix typo in comment Cc: Johannes Weiner Cc: Michal Hocko Cc: Muchun Song Cc: Shakeel Butt Signed-off-by: Andrew Morton --- include/linux/memcontrol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/memcontrol.h b/include/linux/memcontrol.h index 076512e1dc9c..99ff460f2449 100644 --- a/include/linux/memcontrol.h +++ b/include/linux/memcontrol.h @@ -113,7 +113,7 @@ struct mem_cgroup_per_node { /* * Legacy local VM stats. This should be struct lruvec_stat and - * cannot be optimized to struct batched_lruvec_stat. Becasue + * cannot be optimized to struct batched_lruvec_stat. Because * the threshold of the lruvec_stat_cpu can be as big as * MEMCG_CHARGE_BATCH * PAGE_SIZE. It can fit into s32. But this * filed has no upper limit. -- 2.50.1