diff options
Diffstat (limited to 'src/engine/QueuedEngineInterface.hpp')
-rw-r--r-- | src/engine/QueuedEngineInterface.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/QueuedEngineInterface.hpp b/src/engine/QueuedEngineInterface.hpp index 9552f0e7..9197a27b 100644 --- a/src/engine/QueuedEngineInterface.hpp +++ b/src/engine/QueuedEngineInterface.hpp @@ -38,7 +38,7 @@ class Engine; /** A queued (preprocessed) event source / interface. * * This is the bridge between the EngineInterface presented to the client, and - * the EventSource that needs to be presented to the AudioDriver. + * the EventSource that needs to be presented to the Driver. * * Responses occur through the event mechanism (which notified clients in * event post_process methods) and are related to an event by an integer ID. |