]> git.baikalelectronics.ru Git - uboot.git/commitdiff
video: Fix unchnaged typo
authorSimon Glass <sjg@chromium.org>
Fri, 6 Jan 2023 14:52:31 +0000 (08:52 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 16 Jan 2023 23:26:50 +0000 (18:26 -0500)
Fix this typo in the header file.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
include/video.h

index 43f2e2c02f0f5294bb3f75788536ea2efeb593a2..3f67a93bc9372310d1321e66a2e48f1164d2a9d2 100644 (file)
@@ -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,