Skip to content

Commit

Permalink
writeback: fix typo in the writeback_control comment
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andrew Morton authored and Jiri Kosina committed Mar 7, 2012
1 parent 40e4712 commit 95468fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/writeback.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit 95468fd

Please sign in to comment.