summaryrefslogtreecommitdiff
path: root/libs/ardour/selection.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2018-08-24 14:11:00 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2018-08-24 14:11:00 -0400
commit92b3d40e3d489981394b06b15b347f6076ebf01a (patch)
tree35c11327fd6dd90c06e81f539af926fe18b6fd38 /libs/ardour/selection.cc
parent99de9ac6decbd24359581a6bd38939837efc9866 (diff)
fix comment (method is now a template)
Diffstat (limited to 'libs/ardour/selection.cc')
-rw-r--r--libs/ardour/selection.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/ardour/selection.cc b/libs/ardour/selection.cc
index a2c2d16735..8cab4b1766 100644
--- a/libs/ardour/selection.cc
+++ b/libs/ardour/selection.cc
@@ -112,7 +112,8 @@ CoreSelection::select_adjacent_stripable (bool mixer_order, bool routes_only,
}
}
- /* no previous, wrap around ... find first usable stripable from the back
+ /* no next/previous, wrap around ... find first usable stripable from
+ * the appropriate end.
*/
for (IterTypeCore s = (stripables.*begin_method)(); s != (stripables.*end_method)(); ++s) {