aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs/gc.c
diff options
context:
space:
mode:
authorAdrian Hunter <ext-adrian.hunter@nokia.com>2009-01-29 11:53:51 +0200
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>2009-01-29 16:15:51 +0200
commit227c75c91dbfa037d109ab7ef45b7f5ba9cab6d0 (patch)
tree605bf9ec3f49a5209d9efac23ef6ba47baf44072 /fs/ubifs/gc.c
parent3eb14297c4b85af0c5e6605e18d93b6031330d71 (diff)
downloadkernel_samsung_smdk4412-227c75c91dbfa037d109ab7ef45b7f5ba9cab6d0.zip
kernel_samsung_smdk4412-227c75c91dbfa037d109ab7ef45b7f5ba9cab6d0.tar.gz
kernel_samsung_smdk4412-227c75c91dbfa037d109ab7ef45b7f5ba9cab6d0.tar.bz2
UBIFS: spelling fix 'date' -> 'data'
Signed-off-by: Adrian Hunter <ext-adrian.hunter@nokia.com> Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'fs/ubifs/gc.c')
-rw-r--r--fs/ubifs/gc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ubifs/gc.c b/fs/ubifs/gc.c
index 9760154..bad3339 100644
--- a/fs/ubifs/gc.c
+++ b/fs/ubifs/gc.c
@@ -401,7 +401,7 @@ int ubifs_garbage_collect_leb(struct ubifs_info *c, struct ubifs_lprops *lp)
/*
* Don't release the LEB until after the next commit, because
- * it may contain date which is needed for recovery. So
+ * it may contain data which is needed for recovery. So
* although we freed this LEB, it will become usable only after
* the commit.
*/