summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/graphnode.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/graphnode.h')
-rw-r--r--libs/ardour/ardour/graphnode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ardour/graphnode.h b/libs/ardour/ardour/graphnode.h
index 55867eac4c..aa04d9b20a 100644
--- a/libs/ardour/ardour/graphnode.h
+++ b/libs/ardour/ardour/graphnode.h
@@ -37,7 +37,7 @@ typedef boost::shared_ptr<GraphNode> node_ptr_t;
typedef std::set< node_ptr_t > node_set_t;
typedef std::list< node_ptr_t > node_list_t;
-/** A node on our processing graph, ie a Route */
+/** A node on our processing graph, ie a Route */
class LIBARDOUR_API GraphNode
{
public: