summaryrefslogtreecommitdiffstats
path: root/slv2
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-02-22 05:26:08 +0000
committerDavid Robillard <d@drobilla.net>2011-02-22 05:26:08 +0000
commit0c34bf91a5e877a4809d203851a2116eb855630b (patch)
treeb1d9756f6b78e48f98078a988df7cbcce5a7ce7e /slv2
parentfc28ae6099ed8d352c4e05882c090ef08d2df1a9 (diff)
downloadlilv-0c34bf91a5e877a4809d203851a2116eb855630b.tar.gz
lilv-0c34bf91a5e877a4809d203851a2116eb855630b.tar.bz2
lilv-0c34bf91a5e877a4809d203851a2116eb855630b.zip
Fix documentation parameter reference.
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@3005 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'slv2')
-rw-r--r--slv2/ui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/slv2/ui.h b/slv2/ui.h
index f8b4b02..84cb96a 100644
--- a/slv2/ui.h
+++ b/slv2/ui.h
@@ -115,7 +115,7 @@ typedef struct _SLV2UIInstance* SLV2UIInstance;
* @a plugin is not modified or directly referenced by the returned object
* (instances store only a copy of the plugin's URI).
*
- * @a host_features NULL-terminated array of features the host supports.
+ * @a features NULL-terminated array of features the host supports.
* NULL may be passed if the host supports no additional features (unlike
* the LV2 specification - SLV2 takes care of it).
*