From 92b3d40e3d489981394b06b15b347f6076ebf01a Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 24 Aug 2018 14:11:00 -0400 Subject: fix comment (method is now a template) --- libs/ardour/selection.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libs/ardour') 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) { -- cgit v1.2.3