[PATCH v2 1/5] image: Correct load_bug typo
Simon Glass
sjg at chromium.org
Sun Nov 12 04:49:53 CET 2023
Correct a typo in the function comment for image_decomp().
Signed-off-by: Simon Glass <sjg at chromium.org>
---
(no changes since v1)
include/image.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/image.h b/include/image.h
index 2e3cf839ee36..0fe67852c563 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
--
2.42.0.869.gea05f2083d-goog
More information about the U-Boot
mailing list