summaryrefslogtreecommitdiffstats
path: root/src/server/Driver.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/Driver.hpp')
-rw-r--r--src/server/Driver.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/Driver.hpp b/src/server/Driver.hpp
index 2b4c837d..2c9390a9 100644
--- a/src/server/Driver.hpp
+++ b/src/server/Driver.hpp
@@ -90,7 +90,7 @@ public:
/** Return the current frame time (running counter) */
virtual SampleCount frame_time() const = 0;
- /** Append time events for this cycle to @p buffer. */
+ /** Append time events for this cycle to `buffer`. */
virtual void append_time_events(ProcessContext& context,
Buffer& buffer) = 0;
};