mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 20:56:12 +02:00
video: fix typo in video_sync_all documentation
%s/there/their/ Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
91f19550d1
commit
0926de2362
@ -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.
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user