diff options
author | Adrian Hunter <ext-adrian.hunter@nokia.com> | 2009-01-29 11:53:51 +0200 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2009-01-29 16:15:51 +0200 |
commit | 227c75c91dbfa037d109ab7ef45b7f5ba9cab6d0 (patch) | |
tree | 605bf9ec3f49a5209d9efac23ef6ba47baf44072 /fs/ubifs/debug.c | |
parent | 3eb14297c4b85af0c5e6605e18d93b6031330d71 (diff) | |
download | linux-3.10-227c75c91dbfa037d109ab7ef45b7f5ba9cab6d0.tar.gz linux-3.10-227c75c91dbfa037d109ab7ef45b7f5ba9cab6d0.tar.bz2 linux-3.10-227c75c91dbfa037d109ab7ef45b7f5ba9cab6d0.zip |
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 9a41f6f245b..e975bd82f38 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) * @c: UBIFS file-system description object * @leaf_cb: called for each leaf node * @znode_cb: called for each indexing node - * @priv: private date which is passed to callbacks + * @priv: private data which is passed to callbacks * * This function walks the UBIFS index and calls the @leaf_cb for each leaf * node and @znode_cb for each indexing node. Returns zero in case of success |