summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.
*