summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2020-05-16 12:27:45 -0600
committerPaul Davis <paul@linuxaudiosystems.com>2020-05-16 12:27:45 -0600
commitb566ba51e061a51720d03e61360e8f991a70e085 (patch)
tree869955c5dc7f6764e73f466750baf60c844cc678
parent2ac934c1ae91da94dd876c89f075d4b0f4cb0d9f (diff)
fix typo
-rw-r--r--libs/ardour/session_process.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/session_process.cc b/libs/ardour/session_process.cc
index 4c77d1f752..11f72ae4b9 100644
--- a/libs/ardour/session_process.cc
+++ b/libs/ardour/session_process.cc
@@ -867,7 +867,7 @@ Session::process_event (SessionEvent* ev)
break;
case SessionEvent::AutoLoop:
- /* this is the event event created by the Session that marks
+ /* this is the event created by the Session that marks
the end of the loop range and if we're loop playing,
triggers a special kind of locate back to the start of the
loop range.