aboutsummaryrefslogtreecommitdiffstats
path: root/mm
diff options
context:
space:
mode:
authorEthon Paul <ethp@qq.com>2020-06-04 16:49:40 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2020-06-04 19:06:24 -0700
commite0857cf5ac107b663f1b43ac8e02fdcd9284ad72 (patch)
tree9348a18f37ac4fcecdfc6dd5937360229625765e /mm
parentmm/sparse: fix a typo in comment "convienence"->"convenience" (diff)
downloadlinux-dev-e0857cf5ac107b663f1b43ac8e02fdcd9284ad72.tar.xz
linux-dev-e0857cf5ac107b663f1b43ac8e02fdcd9284ad72.zip
mm/page-writeback: fix a typo in comment "effictive"->"effective"
There is a typo in comment, fix it. Signed-off-by: Ethon Paul <ethp@qq.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Link: http://lkml.kernel.org/r/20200411003513.14613-1-ethp@qq.com Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm')
-rw-r--r--mm/page-writeback.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/page-writeback.c b/mm/page-writeback.c
index d79ed1f88c7a..28b3e7a67565 100644
--- a/mm/page-writeback.c
+++ b/mm/page-writeback.c
@@ -257,7 +257,7 @@ static void wb_min_max_ratio(struct bdi_writeback *wb,
* requiring writeback.
*
* This number of dirtyable pages is the base value of which the
- * user-configurable dirty ratio is the effictive number of pages that
+ * user-configurable dirty ratio is the effective number of pages that
* are allowed to be actually dirtied. Per individual zone, or
* globally by using the sum of dirtyable pages over all zones.
*