diff options
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2023-08-28 22:40:47 +0200 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2023-09-02 06:04:11 +0200 |
commit | 0926de236221dedcd4cf9b4f461198de14bea01d (patch) | |
tree | 194de96621715b7e7dc50d66428d08eb179d3de6 | |
parent | 91f19550d108b1b02c1d02ddbcb4d78cbdd299ce (diff) | |
download | u-boot-0926de236221dedcd4cf9b4f461198de14bea01d.zip u-boot-0926de236221dedcd4cf9b4f461198de14bea01d.tar.gz u-boot-0926de236221dedcd4cf9b4f461198de14bea01d.tar.bz2 |
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>
-rw-r--r-- | include/video.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/video.h b/include/video.h index 2699151..16f7a83 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. */ |