summaryrefslogtreecommitdiffstats
path: root/fs/fs-writeback.c
diff options
context:
space:
mode:
authorYan Hong <clouds.yan@gmail.com>2012-12-12 13:52:14 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2012-12-12 17:38:34 -0800
commit5aaea51dfbddcccaf38eacd03379f47c99bbe944 (patch)
treecdac2eb9e04e5a0b7c25885aad763ab8e777c0e8 /fs/fs-writeback.c
parent9feedc9d831e18ae6d0d15aa562e5e46ba53647b (diff)
downloadop-kernel-dev-5aaea51dfbddcccaf38eacd03379f47c99bbe944.zip
op-kernel-dev-5aaea51dfbddcccaf38eacd03379f47c99bbe944.tar.gz
writeback: fix a typo in comment
Signed-off-by: Yan Hong <clouds.yan@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/fs-writeback.c')
-rw-r--r--fs/fs-writeback.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/fs-writeback.c b/fs/fs-writeback.c
index 3e3422f..310972b 100644
--- a/fs/fs-writeback.c
+++ b/fs/fs-writeback.c
@@ -1034,7 +1034,7 @@ int bdi_writeback_thread(void *data)
while (!kthread_freezable_should_stop(NULL)) {
/*
* Remove own delayed wake-up timer, since we are already awake
- * and we'll take care of the preriodic write-back.
+ * and we'll take care of the periodic write-back.
*/
del_timer(&wb->wakeup_timer);
OpenPOWER on IntegriCloud