lib: rsa: rsa-verify: Fix a typo in a debug message
authorThomas Perrot <thomas.perrot@bootlin.com>
Mon, 19 Jul 2021 14:04:44 +0000 (16:04 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 29 Jul 2021 00:46:34 +0000 (20:46 -0400)
Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com>
lib/rsa/rsa-verify.c

index bb8cc61..3840764 100644 (file)
@@ -556,7 +556,7 @@ int rsa_verify(struct image_sign_info *info,
         */
        if (info->checksum->checksum_len >
            info->crypto->key_len) {
-               debug("%s: invlaid checksum-algorithm %s for %s\n",
+               debug("%s: invalid checksum-algorithm %s for %s\n",
                      __func__, info->checksum->name, info->crypto->name);
                return -EINVAL;
        }