diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2021-12-21 13:06:53 -0800 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-01-13 07:57:49 -0500 |
commit | 70463798b291d7629bf69c63deb20c772bb85a13 (patch) | |
tree | 53d55156f4f777683f75210022d6443fc088ea67 | |
parent | 11872975fd478ed08ea649142d85c15678a6f471 (diff) |
drivers/mtd/ubispl/ubispl.c: Fix spelling of "mismatched".
-rw-r--r-- | drivers/mtd/ubispl/ubispl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/ubispl/ubispl.c b/drivers/mtd/ubispl/ubispl.c index 03b31f002b..b58d8e8d56 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); |