[PATCH 12/24] video: Fix unchnaged typo
Simon Glass
sjg at chromium.org
Mon Oct 17 22:29:48 CEST 2022
Fix this typo in the header file.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
include/video.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/video.h b/include/video.h
index 529f9685183..7dee94cc265 100644
--- a/include/video.h
+++ b/include/video.h
@@ -248,7 +248,7 @@ void video_bmp_get_info(void *bmp_image, ulong *widthp, ulong *heightp,
* that direction
* - if a coordinate is -ve then it will be offset to the
* left/top of the centre by that many pixels
- * - if a coordinate is positive it will be used unchnaged.
+ * - if a coordinate is positive it will be used unchanged.
* Return: 0 if OK, -ve on error
*/
int video_bmp_display(struct udevice *dev, ulong bmp_image, int x, int y,
--
2.38.0.413.g74048e4d9e-goog
More information about the U-Boot
mailing list