Fixed up the comment
authorGZharun <grygoriiz@wavesglobal.com>
Tue, 19 May 2015 14:19:19 +0000 (17:19 +0300)
committerPaul Davis <paul@linuxaudiosystems.com>
Mon, 29 Jun 2015 18:18:14 +0000 (14:18 -0400)
libs/ardour/session.cc

index c4d0b8c3389d84a79a35e9690f74b4f2272fddd4..68a6acfc4dbb8769cbd5c8667f75bf1bb43dc0dd 100644 (file)
@@ -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