fix comment (method is now a template)
authorPaul Davis <paul@linuxaudiosystems.com>
Fri, 24 Aug 2018 18:11:00 +0000 (14:11 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Fri, 24 Aug 2018 18:11:00 +0000 (14:11 -0400)
libs/ardour/selection.cc

index a2c2d16735ab5c1b7ccc803176a26f3c2af54152..8cab4b1766fa54ef61fc84e1e670e4998306c170 100644 (file)
@@ -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) {