aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options.h b/src/options.h
index ae0d172..91fbb77 100644
--- a/src/options.h
+++ b/src/options.h
@@ -16,7 +16,7 @@ typedef struct {
char* load; ///< Path for state to load
char* preset; ///< URI of preset to load
char** controls; ///< Control values
- uint32_t buffer_size; ///< Plugin <= >UI communication buffer size
+ uint32_t buffer_size; ///< Plugin <=> UI communication buffer size
double update_rate; ///< UI update rate in Hz
double scale_factor; ///< UI scale factor
int dump; ///< Dump communication iff true