]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/ubifs/find.c
UBIFS: correct spelling of "thrice".
[linux-2.6-omap-h63xx.git] / fs / ubifs / find.c
index c70c7679c1bf2441d644aa042cc0f3ee6d483f4e..adee7b5ddeabb6cb63769f1cfcd4b68ba959e40c 100644 (file)
@@ -290,7 +290,7 @@ int ubifs_find_dirty_leb(struct ubifs_info *c, struct ubifs_lprops *ret_lp,
                idx_lp = idx_heap->arr[0];
                sum = idx_lp->free + idx_lp->dirty;
                /*
-                * Since we reserve trice as more space for the index than it
+                * Since we reserve thrice as much space for the index than it
                 * actually takes, it does not make sense to pick indexing LEBs
                 * with less than, say, half LEB of dirty space. May be half is
                 * not the optimal boundary - this should be tested and