Explorar o código

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>
Fengguang Wu %!s(int64=18) %!d(string=hai) anos
pai
achega
28bc44d7d1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      mm/truncate.c

+ 1 - 1
mm/truncate.c

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