diff options
author | Andrew Morton <akpm@linux-foundation.org> | 2012-03-05 15:06:02 -0800 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-03-07 16:08:46 +0100 |
commit | 95468fd41a8930743180ea3560f4c601d4174275 (patch) | |
tree | de958329c3dd1947ce652f78869de75857f77341 | |
parent | 40e47125e6c5110383b0176d7b9d530f2936b1ae (diff) |
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>
-rw-r--r-- | include/linux/writeback.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/writeback.h b/include/linux/writeback.h index 995b8bf630a..a2b84f598e2 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. */ |