summaryrefslogtreecommitdiffstats
path: root/lilv
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-04-29 02:19:00 +0000
committerDavid Robillard <d@drobilla.net>2011-04-29 02:19:00 +0000
commitc1c9e8fd70ba0e8f377ffc551c817ecd8dee796e (patch)
treec2c83f1997ee86c8efa27bd14b76cce44f44de4f /lilv
parentaa01c0ae4bef2811b0df59eafe26bfb25b260612 (diff)
downloadlilv-c1c9e8fd70ba0e8f377ffc551c817ecd8dee796e.tar.gz
lilv-c1c9e8fd70ba0e8f377ffc551c817ecd8dee796e.tar.bz2
lilv-c1c9e8fd70ba0e8f377ffc551c817ecd8dee796e.zip
Fix incorrect comment.
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3225 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 a6b2297..51e029b 100644
--- a/lilv/lilv.h
+++ b/lilv/lilv.h
@@ -160,7 +160,7 @@ lilv_value_equals(const LilvValue* value, const LilvValue* other);
/**
Return this value as a Turtle/SPARQL token.
- Returned value must be freed by caller with lilv_value_free.
+ Returned value must be freed by caller with free().
<table>
<caption>Example Turtle Tokens</caption>
<tr><th>URI</th><td>&lt;http://example.org/foo &gt;</td></tr>