summaryrefslogtreecommitdiffstats
path: root/src/engine/EventSource.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/EventSource.hpp')
-rw-r--r--src/engine/EventSource.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/EventSource.hpp b/src/engine/EventSource.hpp
index 39666254..0db5c879 100644
--- a/src/engine/EventSource.hpp
+++ b/src/engine/EventSource.hpp
@@ -28,7 +28,7 @@ class ProcessContext;
/** Source for events to run in the audio thread.
*
- * The AudioDriver gets events from an EventSource in the process callback
+ * The Driver gets events from an EventSource in the process callback
* (realtime audio thread) and executes them, then they are sent to the
* PostProcessor and finalised (post-processing thread).
*