do_invalidatepage() comment typo fix
authorFengguang Wu <wfg@mail.ustc.edu.cn>
Sun, 3 Feb 2008 16:04:10 +0000 (18:04 +0200)
committerAdrian Bunk <bunk@kernel.org>
Sun, 3 Feb 2008 16:04:10 +0000 (18:04 +0200)
Fix a typo in the comment for do_invalidatepage().

Signed-off-by: Fengguang Wu <wfg@mail.ustc.edu.cn>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
mm/truncate.c

index cadc156..c3123b0 100644 (file)
@@ -21,7 +21,7 @@
 
 
 /**
- * do_invalidatepage - invalidate part of all of a page
+ * do_invalidatepage - invalidate part or all of a page
  * @page: the page which is affected
  * @offset: the index of the truncation point
  *