diff options
author | David Robillard <d@drobilla.net> | 2007-01-11 20:25:59 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-01-11 20:25:59 +0000 |
commit | 33e10bc1e705c08c6fec8c09da9d0e6c5a9aa9ae (patch) | |
tree | c31f5562d1e55bff61d07d23443840023eb52761 /slv2/lv2.h | |
parent | 3f80f51ceb9d1d0e902cd2bb17858a8b2615cd33 (diff) | |
download | lilv-33e10bc1e705c08c6fec8c09da9d0e6c5a9aa9ae.tar.gz lilv-33e10bc1e705c08c6fec8c09da9d0e6c5a9aa9ae.tar.bz2 lilv-33e10bc1e705c08c6fec8c09da9d0e6c5a9aa9ae.zip |
Trivial lv2.h documentation fix (LADSPA legacy property name)
git-svn-id: http://svn.drobilla.net/lad/slv2@248 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'slv2/lv2.h')
-rw-r--r-- | slv2/lv2.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -219,7 +219,7 @@ typedef struct _LV2_Descriptor { * * Plugin writers should be aware that the host may elect to use the * same buffer for more than one port and even use the same buffer for - * both input and output (see LV2_PROPERTY_INPLACE_BROKEN (FIXME)). + * both input and output (see lv2:inplaceBroken in lv2.ttl). * However, overlapped buffers or use of a single buffer for both * audio and control data may result in unexpected behaviour. * |