]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
writeback: fix a typo in comment
authorYan Hong <clouds.yan@gmail.com>
Thu, 29 Nov 2012 03:18:11 +0000 (14:18 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 5 Dec 2012 05:23:22 +0000 (16:23 +1100)
Signed-off-by: Yan Hong <clouds.yan@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/fs-writeback.c

index 3e3422f7f0a4b4c46080cf798c4185af0642e05d..310972b72a6654c1597fc11f717954606561c47e 100644 (file)
@@ -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);