remove another naming that refers to JACK
[ardour.git] / libs / ardour / buffer_set.cc
index 01a1f63c5db910c525487a7e4027efeefa0b9204..e67aee6be793c0491898a1e39482ba46d6c09ba3 100644 (file)
@@ -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.
  */