---
 drivers/mtd/ubispl/ubispl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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);
-- 
2.30.2

Reply via email to