diff options
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2009-03-20 20:11:12 +0300 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2009-03-20 20:11:12 +0300 |
commit | 7d4e9ccb435e51e013e63abd340b4f496428139c (patch) | |
tree | c61d7f4b984cf67de137f8a8f821e1dc4da3fa50 /fs/ubifs/debug.c | |
parent | fb1cd01a33ecb8a49d590c034ba146dff80c5597 (diff) | |
download | linux-7d4e9ccb435e51e013e63abd340b4f496428139c.tar.xz |
UBIFS: fix commentaries
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'fs/ubifs/debug.c')
-rw-r--r-- | fs/ubifs/debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ubifs/debug.c b/fs/ubifs/debug.c index 93f6532eff00..ce2cd8343618 100644 --- a/fs/ubifs/debug.c +++ b/fs/ubifs/debug.c @@ -1214,7 +1214,7 @@ static int dbg_check_znode(struct ubifs_info *c, struct ubifs_zbranch *zbr) /* * Make sure the last key in our znode is less or - * equivalent than the the key in zbranch which goes + * equivalent than the key in the zbranch which goes * after our pointing zbranch. */ cmp = keys_cmp(c, max, |