From c3a5b29adf6847be23670657d4f6567626334624 Mon Sep 17 00:00:00 2001 From: Alexandre Bique Date: Mon, 2 Dec 2024 15:26:27 +0100 Subject: [PATCH] Update include/clap/ext/draft/location.h Co-authored-by: Dalton Messmer --- include/clap/ext/draft/location.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/clap/ext/draft/location.h b/include/clap/ext/draft/location.h index 35a2548a..53809812 100644 --- a/include/clap/ext/draft/location.h +++ b/include/clap/ext/draft/location.h @@ -28,7 +28,7 @@ enum { CLAP_PLUGIN_LOCATION_TRACK = 3, // Represents a single device. - // It contains other nested device chains. + // It can contain other nested device chains. CLAP_PLUGIN_LOCATION_DEVICE = 4, // Represents a nested device chain (serial).