]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - fs/ubifs/file.c
UBIFS: fix commentaries
[net-next-2.6.git] / fs / ubifs / file.c
index 4e7f0aca9ebcc7917050c0c256c79b87cf60c6fe..4e256b8f56b268e68c1d4da899eed29ab989120d 100644 (file)
@@ -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.