From b31b26a0a1532115e08dc48b6c5c29519f76573c Mon Sep 17 00:00:00 2001 From: Alexandre Bique Date: Wed, 18 Oct 2023 10:13:10 +0200 Subject: [PATCH] Update include/clap/ext/draft/surround.h Co-authored-by: Trinitou <106991375+Trinitou@users.noreply.github.com> --- include/clap/ext/draft/surround.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/clap/ext/draft/surround.h b/include/clap/ext/draft/surround.h index b54156c9..82f4e888 100644 --- a/include/clap/ext/draft/surround.h +++ b/include/clap/ext/draft/surround.h @@ -62,7 +62,7 @@ typedef struct clap_plugin_surround { // Stores the surround identifier of each channel into the channel_map array. // Returns the number of elements stored in channel_map. - // channel_map_capacity should be greater or equal to the channel count of the given port. + // channel_map_capacity must be greater or equal to the channel count of the given port. // [main-thread] uint32_t(CLAP_ABI *get_channel_map)(const clap_plugin_t *plugin, bool is_input,