From: Heinrich Schuchardt Date: Mon, 28 Aug 2023 20:40:47 +0000 (+0200) Subject: video: fix typo in video_sync_all documentation X-Git-Tag: baikal/mips/sdk6.2~4^2~3^2~21^2~4 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=972fce328514107024cba3761033b5696ab6dde5;p=uboot.git video: fix typo in video_sync_all documentation %s/there/their/ Signed-off-by: Heinrich Schuchardt Reviewed-by: Simon Glass --- diff --git a/include/video.h b/include/video.h index 269915160b..16f7a83f8d 100644 --- a/include/video.h +++ b/include/video.h @@ -260,7 +260,7 @@ int video_fill_part(struct udevice *dev, int xstart, int ystart, int xend, int video_sync(struct udevice *vid, bool force); /** - * video_sync_all() - Sync all devices' frame buffers with there hardware + * video_sync_all() - Sync all devices' frame buffers with their hardware * * This calls video_sync() on all active video devices. */