summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2021-12-21 13:06:53 -0800
committerTom Rini <trini@konsulko.com>2022-01-13 07:57:49 -0500
commit70463798b291d7629bf69c63deb20c772bb85a13 (patch)
tree53d55156f4f777683f75210022d6443fc088ea67
parent11872975fd478ed08ea649142d85c15678a6f471 (diff)
drivers/mtd/ubispl/ubispl.c: Fix spelling of "mismatched".
-rw-r--r--drivers/mtd/ubispl/ubispl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/ubispl/ubispl.c b/drivers/mtd/ubispl/ubispl.c
index 03b31f002b9..b58d8e8d565 100644
--- a/drivers/mtd/ubispl/ubispl.c
+++ b/drivers/mtd/ubispl/ubispl.c
@@ -953,7 +953,7 @@ retry:
* Check, if the total number of blocks is correct
*/
if (be32_to_cpu(vh->used_ebs) != last) {
- ubi_dbg("Block count missmatch.");
+ ubi_dbg("Block count mismatch.");
ubi_dbg("vh->used_ebs: %d nrblocks: %d",
be32_to_cpu(vh->used_ebs), last);
generic_set_bit(pnum, ubi->corrupt);