[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <0783042a-244c-0c2e-091d-e7002718d73f@gmail.com>
Date: Wed, 18 Mar 2020 11:42:57 +0800
From: brookxu <brookxu.cn@...il.com>
To: Andrew Morton <akpm@...ux-foundation.org>
Cc: linux-mm@...ck.org, linux-kernel@...r.kernel.org
Subject: [PATCH] mm: Fix a comment typo
Signed-off-by: Chunguang Xu <brookxu@...cent.com>
---
mm/page-writeback.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mm/page-writeback.c b/mm/page-writeback.c
index 2caf780..2acf754 100644
--- a/mm/page-writeback.c
+++ b/mm/page-writeback.c
@@ -1271,7 +1271,7 @@ static void wb_update_dirty_ratelimit(struct dirty_throttle_control *dtc,
*/
/*
- * dirty_ratelimit will follow balanced_dirty_ratelimit iff
+ * dirty_ratelimit will follow balanced_dirty_ratelimit if
* task_ratelimit is on the same side of dirty_ratelimit, too.
* For example, when
* - dirty_ratelimit > balanced_dirty_ratelimit
--
1.8.3.1
Powered by blists - more mailing lists