summaryrefslogtreecommitdiff
path: root/libs/ardour/buffer_set.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-08-09 13:38:09 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-08-09 13:38:09 -0400
commit55e52bcbd5ab10b0851a3ebe835d00f49a2cb9d6 (patch)
tree07c0799d427cdc527d58e95ecaf8c6e5f196103a /libs/ardour/buffer_set.cc
parent8960ebcdf9faeb2fe4aaa1a337e3ad92ab09ef60 (diff)
remove another naming that refers to JACK
Diffstat (limited to 'libs/ardour/buffer_set.cc')
-rw-r--r--libs/ardour/buffer_set.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/buffer_set.cc b/libs/ardour/buffer_set.cc
index 01a1f63c5d..e67aee6be7 100644
--- a/libs/ardour/buffer_set.cc
+++ b/libs/ardour/buffer_set.cc
@@ -90,7 +90,7 @@ BufferSet::clear()
/** Set up this BufferSet so that its data structures mirror a PortSet's buffers.
* This is quite expensive and not RT-safe, so it should not be called in a process context;
- * get_jack_port_addresses() will fill in a structure set up by this method.
+ * get_backend_port_addresses() will fill in a structure set up by this method.
*
* XXX: this *is* called in a process context; I'm not sure quite what `should not' means above.
*/