Comment fixes.
[ardour.git] / libs / ardour / panner_shell.cc
index ad2040792a4fba88afff645a62fbe52f2fb893c8..fc72a27b09ea71b4b87c3d2fc8dc1cda1d01e87f 100644 (file)
@@ -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;