diff options
author | Adrian Hunter <ext-adrian.hunter@nokia.com> | 2009-01-29 04:53:51 -0500 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2009-01-29 09:15:51 -0500 |
commit | 227c75c91dbfa037d109ab7ef45b7f5ba9cab6d0 (patch) | |
tree | 605bf9ec3f49a5209d9efac23ef6ba47baf44072 /fs | |
parent | 3eb14297c4b85af0c5e6605e18d93b6031330d71 (diff) |
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')
-rw-r--r-- | fs/ubifs/debug.c | 2 | ||||
-rw-r--r-- | fs/ubifs/gc.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/fs/ubifs/debug.c b/fs/ubifs/debug.c index 9a41f6f245b7..e975bd82f38b 100644 --- a/fs/ubifs/debug.c +++ b/fs/ubifs/debug.c | |||
@@ -1407,7 +1407,7 @@ int dbg_check_tnc(struct ubifs_info *c, int extra) | |||
1407 | * @c: UBIFS file-system description object | 1407 | * @c: UBIFS file-system description object |
1408 | * @leaf_cb: called for each leaf node | 1408 | * @leaf_cb: called for each leaf node |
1409 | * @znode_cb: called for each indexing node | 1409 | * @znode_cb: called for each indexing node |
1410 | * @priv: private date which is passed to callbacks | 1410 | * @priv: private data which is passed to callbacks |
1411 | * | 1411 | * |
1412 | * This function walks the UBIFS index and calls the @leaf_cb for each leaf | 1412 | * This function walks the UBIFS index and calls the @leaf_cb for each leaf |
1413 | * node and @znode_cb for each indexing node. Returns zero in case of success | 1413 | * node and @znode_cb for each indexing node. Returns zero in case of success |
diff --git a/fs/ubifs/gc.c b/fs/ubifs/gc.c index 9760154d874b..bad3339a800d 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) | |||
401 | 401 | ||
402 | /* | 402 | /* |
403 | * Don't release the LEB until after the next commit, because | 403 | * Don't release the LEB until after the next commit, because |
404 | * it may contain date which is needed for recovery. So | 404 | * it may contain data which is needed for recovery. So |
405 | * although we freed this LEB, it will become usable only after | 405 | * although we freed this LEB, it will become usable only after |
406 | * the commit. | 406 | * the commit. |
407 | */ | 407 | */ |