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/ubifs/debug.c | |
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/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 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 |