summaryrefslogtreecommitdiffstats
path: root/src/server/BlockImpl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/BlockImpl.hpp')
-rw-r--r--src/server/BlockImpl.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/BlockImpl.hpp b/src/server/BlockImpl.hpp
index 521a174b..44271cc3 100644
--- a/src/server/BlockImpl.hpp
+++ b/src/server/BlockImpl.hpp
@@ -136,7 +136,7 @@ public:
/** Blocks that are connected to this Block's inputs. */
std::list<BlockImpl*>& providers() { return _providers; }
- /** Blocks are are connected to this Block's outputs. */
+ /** Blocks that are connected to this Block's outputs. */
std::list<BlockImpl*>& dependants() { return _dependants; }
/** Flag block as polyphonic.