aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs/log.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/log.c
parentfb1cd01a33ecb8a49d590c034ba146dff80c5597 (diff)
downloadkernel_samsung_smdk4412-7d4e9ccb435e51e013e63abd340b4f496428139c.zip
kernel_samsung_smdk4412-7d4e9ccb435e51e013e63abd340b4f496428139c.tar.gz
kernel_samsung_smdk4412-7d4e9ccb435e51e013e63abd340b4f496428139c.tar.bz2
UBIFS: fix commentaries
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'fs/ubifs/log.c')
-rw-r--r--fs/ubifs/log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ubifs/log.c b/fs/ubifs/log.c
index 1004261..56e3377 100644
--- a/fs/ubifs/log.c
+++ b/fs/ubifs/log.c
@@ -239,7 +239,7 @@ int ubifs_add_bud_to_log(struct ubifs_info *c, int jhead, int lnum, int offs)
}
/*
- * Make sure the the amount of space in buds will not exceed
+ * Make sure the amount of space in buds will not exceed the
* 'c->max_bud_bytes' limit, because we want to guarantee mount time
* limits.
*