diff --git a/[refs] b/[refs] index 5508ab2f532d..ec7de182ccb8 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 65b455b123c7e2b835a0b7148f9bae584f95000e +refs/heads/master: 69f9025894c391fec2f7c7ea9150203418454915 diff --git a/trunk/fs/ubifs/recovery.c b/trunk/fs/ubifs/recovery.c index c30d976b4be8..edeec499c048 100644 --- a/trunk/fs/ubifs/recovery.c +++ b/trunk/fs/ubifs/recovery.c @@ -788,7 +788,7 @@ struct ubifs_scan_leb *ubifs_recover_leb(struct ubifs_info *c, int lnum, corrupted_rescan: /* 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); corrupted: ubifs_scanned_corruption(c, lnum, offs, buf);