writeback: fix typo in the writeback_control comment
authorAndrew Morton <akpm@linux-foundation.org>
Mon, 5 Mar 2012 23:06:02 +0000 (15:06 -0800)
committerJiri Kosina <jkosina@suse.cz>
Wed, 7 Mar 2012 15:08:46 +0000 (16:08 +0100)
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
include/linux/writeback.h

index 995b8bf630aca90e6c29f0f0d919e95c51586c10..a2b84f598e2b1a3068c3c4ec422df05dcf094d6a 100644 (file)
@@ -64,7 +64,7 @@ struct writeback_control {
        long pages_skipped;             /* Pages which were not written */
 
        /*
-        * For a_ops->writepages(): is start or end are non-zero then this is
+        * For a_ops->writepages(): if start or end are non-zero then this is
         * a hint that the filesystem need only write out the pages inside that
         * byterange.  The byte at `end' is included in the writeout request.
         */
This page took 0.036076 seconds and 5 git commands to generate.