diff options
Diffstat (limited to 'slv2/plugin.h')
-rw-r--r-- | slv2/plugin.h | 2 |
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); |