aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs/replay.c
diff options
context:
space:
mode:
authorAdrian Hunter <adrian.hunter@nokia.com>2009-06-24 02:59:38 -0400
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>2009-07-05 11:45:18 -0400
commit681947d2fa1a00629de33c4df3ca72c39f06a14c (patch)
tree3a732a727fa35799fe7413ccff00d9bdacccedf6 /fs/ubifs/replay.c
parent44737589442bf69d811e003d9d0064b8fc1541d6 (diff)
UBIFS: minor spelling and grammar fixes
Signed-off-by: Adrian Hunter <adrian.hunter@nokia.com>
Diffstat (limited to 'fs/ubifs/replay.c')
-rw-r--r--fs/ubifs/replay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ubifs/replay.c b/fs/ubifs/replay.c
index 11cc80125a49..769be42f39d6 100644
--- a/fs/ubifs/replay.c
+++ b/fs/ubifs/replay.c
@@ -957,7 +957,7 @@ out:
957 return err; 957 return err;
958 958
959out_dump: 959out_dump:
960 ubifs_err("log error detected while replying the log at LEB %d:%d", 960 ubifs_err("log error detected while replaying the log at LEB %d:%d",
961 lnum, offs + snod->offs); 961 lnum, offs + snod->offs);
962 dbg_dump_node(c, snod->node); 962 dbg_dump_node(c, snod->node);
963 ubifs_scan_destroy(sleb); 963 ubifs_scan_destroy(sleb);