summaryrefslogtreecommitdiff
path: root/src/wx/content_timeline.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-12-24 00:23:08 +0100
committerCarl Hetherington <cth@carlh.net>2025-12-24 00:23:08 +0100
commit2f92210c782eb1cc80b2326a608417564fa1ed36 (patch)
tree021282fcb93828408c3bc53f395bc9e9c7ea9dde /src/wx/content_timeline.cc
parent81cec74f247553be204c0d346319a577a1fdbfe9 (diff)
Fix comment.
Diffstat (limited to 'src/wx/content_timeline.cc')
-rw-r--r--src/wx/content_timeline.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/content_timeline.cc b/src/wx/content_timeline.cc
index fdbd0790a..d78c12fb9 100644
--- a/src/wx/content_timeline.cc
+++ b/src/wx/content_timeline.cc
@@ -402,7 +402,7 @@ place(shared_ptr<const Film> film, ContentTimelineViewList& views, int& tracks)
}
-/** Compare the mapped output channels of two TimelineViews, so we can into
+/** Compare the mapped output channels of two TimelineViews, so we can sort into
* order of first mapped DCP channel.
*/
struct AudioMappingComparator {