]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
boot: Fix typo
authorWolfgang Wallner <wolfgang.wallner@br-automation.com>
Fri, 24 Oct 2025 15:12:03 +0000 (17:12 +0200)
committerTom Rini <trini@konsulko.com>
Sun, 26 Oct 2025 15:03:34 +0000 (09:03 -0600)
Fix a typo in image-fit.c.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Wolfgang Wallner <wolfgang.wallner@br-automation.com>
boot/image-fit.c

index 41ab1f552b04d6a5731625ce8c03e17730f8d0cd..2f2d3e9304d571bdd56500070c4be673c5fd6312 100644 (file)
@@ -1662,7 +1662,7 @@ int fit_check_format(const void *fit, ulong size)
 
        if (CONFIG_IS_ENABLED(FIT_FULL_CHECK)) {
                /*
-                * If we are not given the size, make do wtih calculating it.
+                * If we are not given the size, make do with calculating it.
                 * This is not as secure, so we should consider a flag to
                 * control this.
                 */