summaryrefslogtreecommitdiff
path: root/libs/ardour
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2020-05-08 01:37:24 +0200
committerRobin Gareus <robin@gareus.org>2020-05-08 01:37:24 +0200
commit07aa203a92e5911661b380ef486cfb0c1f477a28 (patch)
treee0a8890b15cadafb9108e728b574fabc8dbdf6d6 /libs/ardour
parent6afcb350c5d438c79bf8a9420fc74cb3338c0383 (diff)
Fix comment in previous commit
Diffstat (limited to 'libs/ardour')
-rw-r--r--libs/ardour/track.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/libs/ardour/track.cc b/libs/ardour/track.cc
index 3036fe52c4..1837848e69 100644
--- a/libs/ardour/track.cc
+++ b/libs/ardour/track.cc
@@ -762,10 +762,11 @@ Track::set_align_choice_from_io ()
while (0 != (p = _input->nth (n++))) {
/* In case of JACK all ports not owned by Ardour may be re-sampled,
- * and latency is added. external JACK ports need to be treated
+ * and latency is added. External JACK ports need to be treated
* like physical ports: I/O latency needs to be taken into account.
*
- * When not using JACK, all external ports are physical ports.
+ * When not using JACK, all external ports are physical ports
+ * so this is a NO-OP for other backends.
*/
if (p->externally_connected ()) {
have_physical = true;