From: Simon Glass Date: Fri, 6 Jan 2023 14:52:31 +0000 (-0600) Subject: video: Fix unchnaged typo X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=5abd8bb0f23aaa07cdeb17713b4bfaf116da0ad8;p=u-boot.git video: Fix unchnaged typo Fix this typo in the header file. Signed-off-by: Simon Glass Reviewed-by: Heinrich Schuchardt --- diff --git a/include/video.h b/include/video.h index 43f2e2c02f..3f67a93bc9 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,