From 4ccb51f138c5f7cdbc618fff679cfe8483dc4398 Mon Sep 17 00:00:00 2001 From: Adrian Hunter Date: Thu, 29 Jan 2009 11:53:51 +0200 Subject: [PATCH] --- yaml --- r: 130862 b: refs/heads/master c: 227c75c91dbfa037d109ab7ef45b7f5ba9cab6d0 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/ubifs/debug.c | 2 +- trunk/fs/ubifs/gc.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 7f00b83439ee..a2669f631892 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3eb14297c4b85af0c5e6605e18d93b6031330d71 +refs/heads/master: 227c75c91dbfa037d109ab7ef45b7f5ba9cab6d0 diff --git a/trunk/fs/ubifs/debug.c b/trunk/fs/ubifs/debug.c index 9a41f6f245b7..e975bd82f38b 100644 --- a/trunk/fs/ubifs/debug.c +++ b/trunk/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 diff --git a/trunk/fs/ubifs/gc.c b/trunk/fs/ubifs/gc.c index 9760154d874b..bad3339a800d 100644 --- a/trunk/fs/ubifs/gc.c +++ b/trunk/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. */