[PATCH 1/1] video: fix typo in video_sync_all documentation
Heinrich Schuchardt
heinrich.schuchardt at canonical.com
Mon Aug 28 22:40:47 CEST 2023
%s/there/their/
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
---
include/video.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/video.h b/include/video.h
index 269915160b..16f7a83f8d 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.
*/
--
2.40.1
More information about the U-Boot
mailing list