clap

CLAP Audio Plugin API
Log | Files | Refs | README | LICENSE

commit 732cc8753e0ff030a5964aca8c55e3eda41edc59
parent 2a164ee6cb2fa228edd7248d597bf3e976dff4f4
Author: Alexandre BIQUE <bique.alexandre@gmail.com>
Date:   Thu,  3 Mar 2022 21:39:07 +0100

Fix comment

Diffstat:
Minclude/clap/ext/audio-ports.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/clap/ext/audio-ports.h b/include/clap/ext/audio-ports.h @@ -83,7 +83,7 @@ enum { // [!active] The in-place pair did change, this requires. CLAP_AUDIO_PORTS_RESCAN_IN_PLACE_PAIR = 1 << 4, - // [!active] The list ports of ports have changed: entries have been removed/added. + // [!active] The list of ports have changed: entries have been removed/added. CLAP_AUDIO_PORTS_RESCAN_LIST = 1 << 5, };