[cairo-cache] Fixup doc comment.

Missing % before the macro name in the comment.
This commit is contained in:
Chris Wilson 2008-08-17 12:13:14 +01:00
parent 586dbaafe6
commit 3501eef698

View file

@ -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)