[PATCH 6/9] bootm: Fix typo in bootm.h
    Wolfgang Wallner 
    wolfgang.wallner at br-automation.com
       
    Fri Oct 24 17:12:02 CEST 2025
    
    
  
Fix a typo in include/bootm.h.
Signed-off-by: Wolfgang Wallner <wolfgang.wallner at br-automation.com>
---
 include/bootm.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/bootm.h b/include/bootm.h
index 61160705215..4060cec7fc0 100644
--- a/include/bootm.h
+++ b/include/bootm.h
@@ -25,7 +25,7 @@ struct cmd_tbl;
  * @addr_img: Address of image to bootm, as passed to
  *	genimg_get_kernel_addr_fit() for processing:
  *
- *    NULL: Usees default load address, i.e. image_load_addr
+ *    NULL: Uses default load address, i.e. image_load_addr
  *    <addr>: Uses hex address
  *
  * For FIT:
-- 
2.51.1
    
    
More information about the U-Boot
mailing list