]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
video: fix typo in video_sync_all documentation
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Mon, 28 Aug 2023 20:40:47 +0000 (22:40 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 2 Sep 2023 04:04:11 +0000 (06:04 +0200)
%s/there/their/

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
include/video.h

index 269915160b4b8489a4df977a1eaecdb362c87254..16f7a83f8d50381e96458f115679404511ac4ca0 100644 (file)
@@ -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.
  */