diff mbox series

[v3,1/4] image: Correct load_bug typo

Message ID 20231119074333.v3.1.I33852d11a04a125d8a4fd7938a8eb989454e7fd3@changeid
State Accepted
Commit cedcf38ffffed883de4c90f1465bed20678b6146
Delegated to: Tom Rini
Headers show
Series bootm: Handle compressed arm64 images with bootm | expand

Commit Message

Simon Glass Nov. 19, 2023, 2:43 p.m. UTC
Correct a typo in the function comment for image_decomp().

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
---

(no changes since v1)

 include/image.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/include/image.h b/include/image.h
index b89912a50f98..bd2f6c6d9339 100644
--- a/include/image.h
+++ b/include/image.h
@@ -1011,7 +1011,7 @@  int image_decomp_type(const unsigned char *buf, ulong len);
  * @load:	Destination load address in U-Boot memory
  * @image_start Image start address (where we are decompressing from)
  * @type:	OS type (IH_OS_...)
- * @load_bug:	Place to decompress to
+ * @load_buf:	Place to decompress to
  * @image_buf:	Address to decompress from
  * @image_len:	Number of bytes in @image_buf to decompress
  * @unc_len:	Available space for decompression