diff options
author | David Robillard <d@drobilla.net> | 2015-08-03 01:45:04 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-08-03 01:45:04 +0000 |
commit | a9533c805ffe52017bf4382f436aafcde0c38911 (patch) | |
tree | efd129b6c0658819a5dcd34d2ec4c9c90427c590 /src | |
parent | ad79e2dc6054390691178a970facd52da54ab5bb (diff) | |
download | ingen-a9533c805ffe52017bf4382f436aafcde0c38911.tar.gz ingen-a9533c805ffe52017bf4382f436aafcde0c38911.tar.bz2 ingen-a9533c805ffe52017bf4382f436aafcde0c38911.zip |
Fix comment typo.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5701 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src')
-rw-r--r-- | src/server/BlockImpl.hpp | 2 |
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. |