do_invalidatepage() comment typo fix

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>
This commit is contained in:
Fengguang Wu 2008-02-03 18:04:10 +02:00 committed by Adrian Bunk
parent 3eb43f689c
commit 28bc44d7d1

View 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
*