summaryrefslogtreecommitdiffstats
path: root/lilv
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-08-20 16:47:54 +0000
committerDavid Robillard <d@drobilla.net>2011-08-20 16:47:54 +0000
commit82c562ba4a8b1a931aa5017e8c8950e2562a8694 (patch)
tree425409c84470775f61fa711665073fdf7f333c87 /lilv
parent6887a5c2879cf2c903a7d7f492c0305524ba3d12 (diff)
downloadlilv-82c562ba4a8b1a931aa5017e8c8950e2562a8694.tar.gz
lilv-82c562ba4a8b1a931aa5017e8c8950e2562a8694.tar.bz2
lilv-82c562ba4a8b1a931aa5017e8c8950e2562a8694.zip
Fix incorrect #define name in documentation (fix #748).
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3434 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'lilv')
-rw-r--r--lilv/lilv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lilv/lilv.h b/lilv/lilv.h
index b5a84e7..bbf64de 100644
--- a/lilv/lilv.h
+++ b/lilv/lilv.h
@@ -977,7 +977,7 @@ lilv_port_get_classes(const LilvPlugin* plugin,
Determine if a port is of a given class (input, output, audio, etc).
For convenience/performance/extensibility reasons, hosts are expected to
create a LilvNode for each port class they "care about". Well-known type
- URI strings are defined (e.g. LILV_PORT_CLASS_INPUT) for convenience, but
+ URI strings are defined (e.g. LILV_URI_INPUT_PORT) for convenience, but
this function is designed so that Lilv is usable with any port types
without requiring explicit support in Lilv.
*/