summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-01-11 20:25:59 +0000
committerDavid Robillard <d@drobilla.net>2007-01-11 20:25:59 +0000
commit33e10bc1e705c08c6fec8c09da9d0e6c5a9aa9ae (patch)
treec31f5562d1e55bff61d07d23443840023eb52761
parent3f80f51ceb9d1d0e902cd2bb17858a8b2615cd33 (diff)
downloadlilv-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
-rw-r--r--slv2/lv2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/slv2/lv2.h b/slv2/lv2.h
index 3b182b1..fcead9d 100644
--- a/slv2/lv2.h
+++ b/slv2/lv2.h
@@ -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.
*