13
0

noop: comment fix.

This commit is contained in:
Paul Davis 2016-06-10 13:54:53 -04:00
parent 4b730ca645
commit 49011ea146

View File

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