summaryrefslogtreecommitdiff
path: root/libs/ardour/panner_shell.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-11-20 17:49:05 +0000
committerCarl Hetherington <carl@carlh.net>2011-11-20 17:49:05 +0000
commit274069e6766b2f752ace7c599cc828442fbac484 (patch)
tree7e5ca15ce0485395b1fe9953e367a2351e272a02 /libs/ardour/panner_shell.cc
parentff2d25a43e4b00ee385e3c940e97a9b38335b24a (diff)
Comment fixes.
git-svn-id: svn://localhost/ardour2/branches/3.0@10713 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/panner_shell.cc')
-rw-r--r--libs/ardour/panner_shell.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/panner_shell.cc b/libs/ardour/panner_shell.cc
index ad2040792a..fc72a27b09 100644
--- a/libs/ardour/panner_shell.cc
+++ b/libs/ardour/panner_shell.cc
@@ -274,7 +274,7 @@ PannerShell::run (BufferSet& inbufs, BufferSet& outbufs, framepos_t start_frame,
{
if (inbufs.count().n_audio() == 0) {
/* Input has no audio buffers (e.g. Aux Send in a MIDI track at a
- point with no audio because there is no preceding instrument
+ point with no audio because there is no preceding instrument)
*/
outbufs.silence(nframes, 0);
return;