projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3eb43f6
)
do_invalidatepage() comment typo fix
author
Fengguang Wu
<wfg@mail.ustc.edu.cn>
Sun, 3 Feb 2008 16:04:10 +0000
(18:04 +0200)
committer
Adrian 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
patch
|
blob
|
history
diff --git
a/mm/truncate.c
b/mm/truncate.c
index cadc15653ddeeaa311c80f794b6a564ae2f36fc8..c3123b08ff6dfcaf75224809e9f704fd552d81fd 100644
(file)
--- a/
mm/truncate.c
+++ b/
mm/truncate.c
@@
-21,7
+21,7
@@
/**
- * do_invalidatepage - invalidate part o
f
all of a page
+ * do_invalidatepage - invalidate part o
r
all of a page
* @page: the page which is affected
* @offset: the index of the truncation point
*