summaryrefslogtreecommitdiff
path: root/libs/ardour/session_process.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2012-01-30 21:11:35 +0000
committerCarl Hetherington <carl@carlh.net>2012-01-30 21:11:35 +0000
commit8d0f685d521e0bba07b0beb510518e8f6bffb209 (patch)
tree677758f33223d098136109ba8ca0152074dcffd5 /libs/ardour/session_process.cc
parent90bab430c4caa5aa541bbf32e60dc2251b3c1a94 (diff)
Fix faulty comment in previous commit.
git-svn-id: svn://localhost/ardour2/branches/3.0@11392 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/session_process.cc')
-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 db45143259..cd3c023f3e 100644
--- a/libs/ardour/session_process.cc
+++ b/libs/ardour/session_process.cc
@@ -147,7 +147,7 @@ Session::no_roll (pframes_t nframes)
}
/** @param need_butler to be set to true by this method if it needs the butler,
- * otherwise it can be left alone or set to false.
+ * otherwise it must be left alone.
*/
int
Session::process_routes (pframes_t nframes, bool& need_butler)