summaryrefslogtreecommitdiffstats
path: root/slv2/plugin.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2006-09-03 03:24:32 +0000
committerDavid Robillard <d@drobilla.net>2006-09-03 03:24:32 +0000
commit133415ab52c297199acb29822fc7ec572fbafa2f (patch)
tree6d684bddede123e2808287aad82c559126ab54df /slv2/plugin.h
parent69e52cb83cf0233648695730c81cdc4f7c4f2a00 (diff)
downloadlilv-133415ab52c297199acb29822fc7ec572fbafa2f.tar.gz
lilv-133415ab52c297199acb29822fc7ec572fbafa2f.tar.bz2
lilv-133415ab52c297199acb29822fc7ec572fbafa2f.zip
Warning and documentation fixes.
git-svn-id: http://svn.drobilla.net/lad/libslv2@111 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'slv2/plugin.h')
-rw-r--r--slv2/plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/slv2/plugin.h b/slv2/plugin.h
index 2b2a295..57fa266 100644
--- a/slv2/plugin.h
+++ b/slv2/plugin.h
@@ -63,7 +63,7 @@ slv2_plugin_verify(const SLV2Plugin* plugin);
* Use this if you want to keep an SLV2Plugin around but free the list it came
* from.
*
- * \return a newly allocated SLV2Plugin identical to \a plugin (a deep copy).
+ * \return a newly allocated deep copy of \a plugin.
*/
SLV2Plugin*
slv2_plugin_duplicate(const SLV2Plugin* plugin);