2012-06-12 05:15:14

by Wanpeng Li

[permalink] [raw]
Subject: [PATCH] mm/page-writeback.c: fix comment error

From: Wanpeng Li <[email protected]>

Signed-off-by: Wanpeng Li <[email protected]>
---
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 c833bf0..c8945e0 100644
--- a/mm/page-writeback.c
+++ b/mm/page-writeback.c
@@ -918,7 +918,7 @@ static void bdi_update_dirty_ratelimit(struct backing_dev_info *bdi,
* bdi->dirty_ratelimit = balanced_dirty_ratelimit;
*
* However to get a more stable dirty_ratelimit, the below elaborated
- * code makes use of task_ratelimit to filter out sigular points and
+ * code makes use of task_ratelimit to filter out singular points and
* limit the step size.
*
* The below code essentially only uses the relative value of
--
1.7.9.5


2012-06-12 05:23:03

by Fengguang Wu

[permalink] [raw]
Subject: Re: [PATCH] mm/page-writeback.c: fix comment error

> * However to get a more stable dirty_ratelimit, the below elaborated
> - * code makes use of task_ratelimit to filter out sigular points and
> + * code makes use of task_ratelimit to filter out singular points and
> * limit the step size.

I've fixed this btw in the previous comment fixing patch :)
Thanks anyway!

Fengguang