From: Yan Hong <clouds.yan@gmail.com>
Date: Wed, 12 Dec 2012 21:52:14 +0000 (-0800)
Subject: writeback: fix a typo in comment
X-Git-Tag: v3.8-rc1~127^2~12
X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=5aaea51dfbddcccaf38eacd03379f47c99bbe944;p=users%2Fjedix%2Flinux-maple.git

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>
---

diff --git a/fs/fs-writeback.c b/fs/fs-writeback.c
index 3e3422f7f0a4..310972b72a66 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);