diff options
Diffstat (limited to 'include/video.h')
-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 66d109ca5d..5048116a3d 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. */ |