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

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Wolfgang Wallner <wolfgang.wallner@br-automation.com>
include/bootm.h

index 611607052157c39f063a67e16f17efffb5b98603..4060cec7fc06b5010caba724d7729402f27424fc 100644 (file)
@@ -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: