mm: fix comment typo of truncate_inode_pages_range
authorLiu Bo <liubo2009@cn.fujitsu.com>
Tue, 21 Feb 2012 02:57:20 +0000 (10:57 +0800)
committerJiri Kosina <jkosina@suse.cz>
Thu, 23 Feb 2012 10:52:19 +0000 (11:52 +0100)
The typo of API truncate_inode_pages_range is not updated.

Signed-off-by: Liu Bo <liubo2009@cn.fujitsu.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
mm/truncate.c

index 632b15e..a188058 100644 (file)
@@ -184,7 +184,7 @@ int invalidate_inode_page(struct page *page)
 }
 
 /**
- * truncate_inode_pages - truncate range of pages specified by start & end byte offsets
+ * truncate_inode_pages_range - truncate range of pages specified by start & end byte offsets
  * @mapping: mapping to truncate
  * @lstart: offset from which to truncate
  * @lend: offset to which to truncate