summaryrefslogtreecommitdiff
path: root/src/cairo-scaled-font-subsets-private.h
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2008-08-11 01:44:54 -0400
committerBehdad Esfahbod <behdad@behdad.org>2008-08-11 01:44:54 -0400
commit6e4ed9ce84ba98be3050e5a6b0da2c65cfdc75fc (patch)
tree353ba853787364364ecdd8ce360f4c144dd4c1e0 /src/cairo-scaled-font-subsets-private.h
parent591d5160f810656bf394306570ed5154e4285a37 (diff)
downloadcairo-6e4ed9ce84ba98be3050e5a6b0da2c65cfdc75fc.tar.gz
Fix doc syntax
Diffstat (limited to 'src/cairo-scaled-font-subsets-private.h')
-rw-r--r--src/cairo-scaled-font-subsets-private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cairo-scaled-font-subsets-private.h b/src/cairo-scaled-font-subsets-private.h
index bc1b9550b..4eb2c792a 100644
--- a/src/cairo-scaled-font-subsets-private.h
+++ b/src/cairo-scaled-font-subsets-private.h
@@ -170,9 +170,9 @@ _cairo_scaled_font_subsets_destroy (cairo_scaled_font_subsets_t *font_subsets);
*
* @utf8 and @utf8_len specify a string of unicode characters that the
* glyph @scaled_font_glyph_index maps to. If @utf8_is_mapped in
- * @subset_glyph_ret is TRUE, the font subsetting will (where index to
+ * @subset_glyph_ret is %TRUE, the font subsetting will (where index to
* unicode mapping is supported) ensure that @scaled_font_glyph_index
- * maps to @utf8. If @utf8_is_mapped is FALSE,
+ * maps to @utf8. If @utf8_is_mapped is %FALSE,
* @scaled_font_glyph_index has already been mapped to a different
* unicode string.
*