diff options
author | Adrian Hunter <adrian.hunter@nokia.com> | 2009-06-24 09:59:38 +0300 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2009-07-05 18:45:18 +0300 |
commit | 681947d2fa1a00629de33c4df3ca72c39f06a14c (patch) | |
tree | 3a732a727fa35799fe7413ccff00d9bdacccedf6 /fs/ubifs/replay.c | |
parent | 44737589442bf69d811e003d9d0064b8fc1541d6 (diff) | |
download | talos-op-linux-681947d2fa1a00629de33c4df3ca72c39f06a14c.tar.gz talos-op-linux-681947d2fa1a00629de33c4df3ca72c39f06a14c.zip |
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.c | 2 |
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: return err; out_dump: - ubifs_err("log error detected while replying the log at LEB %d:%d", + ubifs_err("log error detected while replaying the log at LEB %d:%d", lnum, offs + snod->offs); dbg_dump_node(c, snod->node); ubifs_scan_destroy(sleb); |