From a9533c805ffe52017bf4382f436aafcde0c38911 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 3 Aug 2015 01:45:04 +0000 Subject: Fix comment typo. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5701 a436a847-0d15-0410-975c-d299462d15a1 --- src/server/BlockImpl.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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& providers() { return _providers; } - /** Blocks are are connected to this Block's outputs. */ + /** Blocks that are connected to this Block's outputs. */ std::list& dependants() { return _dependants; } /** Flag block as polyphonic. -- cgit v1.2.1