UBIFS: fix error messages spelling
Corruptio -> corruption. Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
This commit is contained in:
parent
65b455b123
commit
69f9025894
1 changed files with 1 additions and 1 deletions
|
@ -788,7 +788,7 @@ struct ubifs_scan_leb *ubifs_recover_leb(struct ubifs_info *c, int lnum,
|
||||||
|
|
||||||
corrupted_rescan:
|
corrupted_rescan:
|
||||||
/* Re-scan the corrupted data with verbose messages */
|
/* Re-scan the corrupted data with verbose messages */
|
||||||
ubifs_err("corruptio %d", ret);
|
ubifs_err("corruption %d", ret);
|
||||||
ubifs_scan_a_node(c, buf, len, lnum, offs, 1);
|
ubifs_scan_a_node(c, buf, len, lnum, offs, 1);
|
||||||
corrupted:
|
corrupted:
|
||||||
ubifs_scanned_corruption(c, lnum, offs, buf);
|
ubifs_scanned_corruption(c, lnum, offs, buf);
|
||||||
|
|
Loading…
Reference in a new issue