diff options
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2009-03-20 19:11:12 +0200 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2009-03-20 19:11:12 +0200 |
commit | 7d4e9ccb435e51e013e63abd340b4f496428139c (patch) | |
tree | c61d7f4b984cf67de137f8a8f821e1dc4da3fa50 /fs/ubifs/budget.c | |
parent | fb1cd01a33ecb8a49d590c034ba146dff80c5597 (diff) | |
download | linux-7d4e9ccb435e51e013e63abd340b4f496428139c.tar.gz linux-7d4e9ccb435e51e013e63abd340b4f496428139c.tar.bz2 linux-7d4e9ccb435e51e013e63abd340b4f496428139c.zip |
UBIFS: fix commentaries
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'fs/ubifs/budget.c')
-rw-r--r-- | fs/ubifs/budget.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/ubifs/budget.c b/fs/ubifs/budget.c index 8cd425b628ee..af1914462f02 100644 --- a/fs/ubifs/budget.c +++ b/fs/ubifs/budget.c @@ -322,8 +322,8 @@ static int can_use_rp(struct ubifs_info *c) * be large, because UBIFS does not do any index consolidation as long as * there is free space. IOW, the index may take a lot of LEBs, but the LEBs * will contain a lot of dirt. - * o @c->min_idx_lebs is the the index presumably takes. IOW, the index may be - * consolidated to take up to @c->min_idx_lebs LEBs. + * o @c->min_idx_lebs is the number of LEBS the index presumably takes. IOW, + * the index may be consolidated to take up to @c->min_idx_lebs LEBs. * * This function returns zero in case of success, and %-ENOSPC in case of * failure. |