summaryrefslogtreecommitdiffstats
path: root/src/server/Context.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/Context.hpp')
-rw-r--r--src/server/Context.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/Context.hpp b/src/server/Context.hpp
index b5941dfc..cabfcc89 100644
--- a/src/server/Context.hpp
+++ b/src/server/Context.hpp
@@ -31,8 +31,8 @@ class PortImpl;
/** Graph execution context.
*
- * This is used to pass whatever information a GraphObject might need to
- * process; such as the current time, a sink for generated events, etc.
+ * This is used to pass whatever information a Node might need to process; such
+ * as the current time, a sink for generated events, etc.
*
* Note the logical distinction between nframes (jack relative) and start/end
* (timeline relative). If transport speed != 1.0, then end-start != nframes