aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-11-19 07:43:31 -0700
committerTom Rini <trini@konsulko.com>2023-12-15 09:41:38 -0500
commitcedcf38ffffed883de4c90f1465bed20678b6146 (patch)
treed4a47daf387c650c6b95507b2e829bfb2ad18767
parent9e4b42267e1fb5805ecddbb92629f456d8cd4047 (diff)
downloadu-boot-cedcf38ffffed883de4c90f1465bed20678b6146.zip
u-boot-cedcf38ffffed883de4c90f1465bed20678b6146.tar.gz
u-boot-cedcf38ffffed883de4c90f1465bed20678b6146.tar.bz2
image: Correct load_bug typo
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>
-rw-r--r--include/image.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/image.h b/include/image.h
index 2e3cf83..0fe6785 100644
--- a/include/image.h
+++ b/include/image.h
@@ -936,7 +936,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