diff options
author | Heinrich Schuchardt | 2023-08-28 22:40:47 +0200 |
---|---|---|
committer | Heinrich Schuchardt | 2023-09-02 06:04:11 +0200 |
commit | 0926de236221dedcd4cf9b4f461198de14bea01d (patch) | |
tree | 194de96621715b7e7dc50d66428d08eb179d3de6 /include | |
parent | 91f19550d108b1b02c1d02ddbcb4d78cbdd299ce (diff) |
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>
Diffstat (limited to 'include')
-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 269915160b4..16f7a83f8d5 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. */ |