summaryrefslogtreecommitdiff
path: root/libs/ardour/selection.cc
diff options
context:
space:
mode:
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) {