]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
image: Correct load_bug typo
authorSimon Glass <sjg@chromium.org>
Sun, 19 Nov 2023 14:43:31 +0000 (07:43 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 15 Dec 2023 14:41:38 +0000 (09:41 -0500)
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>
include/image.h

index 2e3cf839ee36051af25d7aabec993fca2cdc31ba..0fe67852c563b2a75eb5b750bd5655676cca9b2c 100644 (file)
@@ -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