瀏覽代碼

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>
Andrew Morton 13 年之前
父節點
當前提交
95468fd41a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/linux/writeback.h

+ 1 - 1
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.
 	 */