summaryrefslogtreecommitdiff
path: root/mm/page-writeback.c
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2017-01-05 14:57:46 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2017-01-05 14:57:46 +1100
commit57bb8587a072c8f76d8f1b1807a78add5ce0f292 (patch)
treedd0abb5a545cd4f2c4ff3fdf2449f2d413d058b9 /mm/page-writeback.c
parentfe852b0df2ff1e5980e23b71bb08edd55e2b517e (diff)
parent4453f4fde106d53de1d8532684871b47fc735ec6 (diff)
Merge branch 'akpm/master'
Diffstat (limited to 'mm/page-writeback.c')
-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 290e8b7d3181..b67c24015da2 100644
--- a/mm/page-writeback.c
+++ b/mm/page-writeback.c
@@ -1797,7 +1797,7 @@ pause:
* pages exceeds dirty_thresh, give the other good wb's a pipe
* to go through, so that tasks on them still remain responsive.
*
- * In theory 1 page is enough to keep the comsumer-producer
+ * In theory 1 page is enough to keep the consumer-producer
* pipe going: the flusher cleans 1 page => the task dirties 1
* more page. However wb_dirty has accounting errors. So use
* the larger and more IO friendly wb_stat_error.