summaryrefslogtreecommitdiff
path: root/src/wx
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-06-10 21:02:14 +0200
committerCarl Hetherington <cth@carlh.net>2025-06-14 22:57:00 +0200
commit452c05c72fcc95e47e479a46c043756c1cc070e3 (patch)
treeb2ea3a35a84e85032dc498a62105cb55efcfe864 /src/wx
parentaee9f0696dd00d442e54378645c3d264a494d7bf (diff)
Fix comment.
Diffstat (limited to 'src/wx')
-rw-r--r--src/wx/simple_video_view.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/simple_video_view.cc b/src/wx/simple_video_view.cc
index 5afd5ff0f..31f413a36 100644
--- a/src/wx/simple_video_view.cc
+++ b/src/wx/simple_video_view.cc
@@ -192,7 +192,7 @@ SimpleVideoView::start ()
/** Try to get a frame from the butler and display it.
* @param behaviour NON_BLOCKING to return false quickly if no video is available quickly
* (i.e. we are waiting for the butler).
- * BLOCKING to ask the butler to block until it has video (unless it is suspended).
+ * BLOCKING to ask the butler to block until it has video.
* @return true on success, false if we did nothing because it would have taken too long.
*/
VideoView::NextFrameResult