From 33e10bc1e705c08c6fec8c09da9d0e6c5a9aa9ae Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 11 Jan 2007 20:25:59 +0000 Subject: Trivial lv2.h documentation fix (LADSPA legacy property name) git-svn-id: http://svn.drobilla.net/lad/slv2@248 a436a847-0d15-0410-975c-d299462d15a1 --- slv2/lv2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. * -- cgit v1.2.1