aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-01-06 08:52:31 -0600
committerTom Rini <trini@konsulko.com>2023-01-16 18:26:50 -0500
commit5abd8bb0f23aaa07cdeb17713b4bfaf116da0ad8 (patch)
treed57c8e312da1eb97b07c504000ac02a7781c3ff4 /include
parent7abe73fc147198320ce684b6613dc434eaebd71e (diff)
downloadu-boot-5abd8bb0f23aaa07cdeb17713b4bfaf116da0ad8.zip
u-boot-5abd8bb0f23aaa07cdeb17713b4bfaf116da0ad8.tar.gz
u-boot-5abd8bb0f23aaa07cdeb17713b4bfaf116da0ad8.tar.bz2
video: Fix unchnaged typo
Fix this typo in the header file. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'include')
-rw-r--r--include/video.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/video.h b/include/video.h
index 43f2e2c..3f67a93 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,