diff options
Diffstat (limited to 'lv2/core')
-rw-r--r-- | lv2/core/lv2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lv2/core/lv2.h b/lv2/core/lv2.h index 783fe86..84c40a5 100644 --- a/lv2/core/lv2.h +++ b/lv2/core/lv2.h @@ -338,7 +338,7 @@ typedef struct LV2_Descriptor { void (*cleanup)(LV2_Handle instance); /** - Return additional plugin data defined by some extenion. + Return additional plugin data defined by some extension. A typical use of this facility is to return a struct containing function pointers to extend the LV2_Descriptor API. |