diff options
author | David Robillard <d@drobilla.net> | 2011-04-29 02:19:00 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-04-29 02:19:00 +0000 |
commit | c1c9e8fd70ba0e8f377ffc551c817ecd8dee796e (patch) | |
tree | c2c83f1997ee86c8efa27bd14b76cce44f44de4f /lilv/lilv.h | |
parent | aa01c0ae4bef2811b0df59eafe26bfb25b260612 (diff) | |
download | lilv-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/lilv.h')
-rw-r--r-- | lilv/lilv.h | 2 |
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><http://example.org/foo ></td></tr> |