1
0
Fork 0

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>
hifive-unleashed-5.1
Fengguang Wu 2008-02-03 18:04:10 +02:00 committed by Adrian Bunk
parent 3eb43f689c
commit 28bc44d7d1
1 changed files with 1 additions and 1 deletions

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
*