aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/writeback.h
diff options
context:
space:
mode:
authorAndrew Morton <akpm@linux-foundation.org>2012-03-05 15:06:02 -0800
committerJiri Kosina <jkosina@suse.cz>2012-03-07 16:08:46 +0100
commit95468fd41a8930743180ea3560f4c601d4174275 (patch)
treede958329c3dd1947ce652f78869de75857f77341 /include/linux/writeback.h
parentDocumentation: Fix multiple typo in Documentation (diff)
downloadlinux-dev-95468fd41a8930743180ea3560f4c601d4174275.tar.xz
linux-dev-95468fd41a8930743180ea3560f4c601d4174275.zip
writeback: fix typo in the writeback_control comment
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>
Diffstat (limited to 'include/linux/writeback.h')
-rw-r--r--include/linux/writeback.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/writeback.h b/include/linux/writeback.h
index 995b8bf630ac..a2b84f598e2b 100644
--- a/include/linux/writeback.h
+++ b/include/linux/writeback.h
@@ -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.
*/