From 84d6904674ffc562b9f7087ef0d43e692cfcc36d Mon Sep 17 00:00:00 2001 From: Yan Hong Date: Thu, 29 Nov 2012 14:18:11 +1100 Subject: [PATCH] writeback: fix a typo in comment Signed-off-by: Yan Hong Signed-off-by: Andrew Morton --- fs/fs-writeback.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5