From 60e1a3aaed112ba20dd650ae6ea6bd1652dbb823 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 10 Aug 2022 18:30:43 -0400 Subject: Fix comment typo --- src/options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.1