noop: comment fix.
authorPaul Davis <paul@linuxaudiosystems.com>
Fri, 10 Jun 2016 17:54:53 +0000 (13:54 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Fri, 10 Jun 2016 17:57:19 +0000 (13:57 -0400)
libs/ardour/session_state.cc

index fc9e6b28b17cbf24018bb19f00fc970681a70036..a9d7828d8b9cee6dc80a984cc7aa6bb756fdaa41 100644 (file)
@@ -1237,7 +1237,7 @@ Session::state (bool full_state)
                RouteList public_order (*r);
                public_order.sort (cmp);
 
-               /* the sort should have put control outs first */
+               /* the sort should have put the monitor out first */
 
                if (_monitor_out) {
                        assert (_monitor_out == public_order.front());