summaryrefslogtreecommitdiff
path: root/libs/ardour/session.cc
diff options
context:
space:
mode:
authorGZharun <grygoriiz@wavesglobal.com>2015-05-19 17:19:19 +0300
committerPaul Davis <paul@linuxaudiosystems.com>2015-06-29 14:18:14 -0400
commitdbe0d5a6495e4db90b0850d9f49ca9903e228a32 (patch)
treef4036491cbe7b80767a05f0bc3948c43bc8884cb /libs/ardour/session.cc
parenta624573ee64bf8614a37af0ddf5fc25e49e76c52 (diff)
Fixed up the comment
Diffstat (limited to 'libs/ardour/session.cc')
-rw-r--r--libs/ardour/session.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/session.cc b/libs/ardour/session.cc
index c4d0b8c338..68a6acfc4d 100644
--- a/libs/ardour/session.cc
+++ b/libs/ardour/session.cc
@@ -139,7 +139,7 @@ const framecnt_t Session::bounce_chunk_size = 65536;
static void clean_up_session_event (SessionEvent* ev) { delete ev; }
const SessionEvent::RTeventCallback Session::rt_cleanup (clean_up_session_event);
-// seconds should be added afte the region exceeds end marker
+// seconds should be added after the region exceeds end marker
#ifdef USE_TRACKS_CODE_FEATURES
const uint32_t Session::session_end_shift = 5;
#else