summaryrefslogtreecommitdiff
path: root/libs/ardour/bundle.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-08-09 13:27:05 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-08-09 13:27:05 -0400
commit8960ebcdf9faeb2fe4aaa1a337e3ad92ab09ef60 (patch)
tree7eeec31ac533a5a8f7ab42d44f67006a159773eb /libs/ardour/bundle.cc
parent521f8eb776291bd132952eac86f3b4cbfee07df4 (diff)
remove another naming that refers to JACK
Diffstat (limited to 'libs/ardour/bundle.cc')
-rw-r--r--libs/ardour/bundle.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/ardour/bundle.cc b/libs/ardour/bundle.cc
index be4b04e36a..834a98d347 100644
--- a/libs/ardour/bundle.cc
+++ b/libs/ardour/bundle.cc
@@ -443,8 +443,8 @@ Bundle::connected_to (boost::shared_ptr<Bundle> other, AudioEngine & engine)
return true;
}
-/** This must not be called in code executed as a response to a JACK event,
- * as it uses jack_port_get_all_connections().
+/** This must not be called in code executed as a response to a backend event,
+ * as it uses the backend port_get_all_connections().
* @return true if any of this bundle's channels are connected to anything.
*/
bool