aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs/file.c
diff options
context:
space:
mode:
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>2009-03-20 19:11:12 +0200
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>2009-03-20 19:11:12 +0200
commit7d4e9ccb435e51e013e63abd340b4f496428139c (patch)
treec61d7f4b984cf67de137f8a8f821e1dc4da3fa50 /fs/ubifs/file.c
parentUBIFS: introduce a helpful variable (diff)
downloadlinux-dev-7d4e9ccb435e51e013e63abd340b4f496428139c.tar.xz
linux-dev-7d4e9ccb435e51e013e63abd340b4f496428139c.zip
UBIFS: fix commentaries
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'fs/ubifs/file.c')
-rw-r--r--fs/ubifs/file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ubifs/file.c b/fs/ubifs/file.c
index 4e7f0aca9ebc..4e256b8f56b2 100644
--- a/fs/ubifs/file.c
+++ b/fs/ubifs/file.c
@@ -959,7 +959,7 @@ static int do_writepage(struct page *page, int len)
* whole index and correct all inode sizes, which is long an unacceptable.
*
* To prevent situations like this, UBIFS writes pages back only if they are
- * within last synchronized inode size, i.e. the the size which has been
+ * within the last synchronized inode size, i.e. the size which has been
* written to the flash media last time. Otherwise, UBIFS forces inode
* write-back, thus making sure the on-flash inode contains current inode size,
* and then keeps writing pages back.