summaryrefslogtreecommitdiff
path: root/src/cairo-cache.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2008-08-17 12:13:14 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2008-08-17 12:13:59 +0100
commit3501eef6988ebcef5b169b004615d54bcee15460 (patch)
tree096c7fc910d4c314e81ed3fbda8eaaa3a0928b02 /src/cairo-cache.c
parent586dbaafe6ac8803c7d7b9ed38297486d47f60e9 (diff)
downloadcairo-3501eef6988ebcef5b169b004615d54bcee15460.tar.gz
[cairo-cache] Fixup doc comment.
Missing % before the macro name in the comment.
Diffstat (limited to 'src/cairo-cache.c')
-rw-r--r--src/cairo-cache.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cairo-cache.c b/src/cairo-cache.c
index 16acbda4a..a9823d129 100644
--- a/src/cairo-cache.c
+++ b/src/cairo-cache.c
@@ -239,8 +239,8 @@ _cairo_cache_lookup (cairo_cache_t *cache,
*
* Remove a random entry from the cache.
*
- * Return value: TRUE if an entry was successfully removed.
- * FALSE if there are no entries that can be removed.
+ * Return value: %TRUE if an entry was successfully removed.
+ * %FALSE if there are no entries that can be removed.
**/
static cairo_bool_t
_cairo_cache_remove_random (cairo_cache_t *cache)