Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 28bc44d7 authored by Fengguang Wu's avatar Fengguang Wu Committed by Adrian Bunk
Browse files

do_invalidatepage() comment typo fix



Fix a typo in the comment for do_invalidatepage().

Signed-off-by: default avatarFengguang Wu <wfg@mail.ustc.edu.cn>
Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
parent 3eb43f68
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
 *