[PATCH 7/9] boot: Fix typo
    Wolfgang Wallner 
    wolfgang.wallner at br-automation.com
       
    Fri Oct 24 17:12:03 CEST 2025
    
    
  
Fix a typo in image-fit.c.
Signed-off-by: Wolfgang Wallner <wolfgang.wallner at br-automation.com>
---
 boot/image-fit.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/boot/image-fit.c b/boot/image-fit.c
index 41ab1f552b0..2f2d3e9304d 100644
--- a/boot/image-fit.c
+++ b/boot/image-fit.c
@@ -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.
 		 */
-- 
2.51.1
    
    
More information about the U-Boot
mailing list