summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2008-04-06 03:09:45 -0700
committerCarl Worth <cworth@cworth.org>2008-04-06 03:09:45 -0700
commit3f5ce00e99bcbb17594441301ad0845007d0aedf (patch)
tree9591a03330473a0f1b4fb7fff147a81b295d5478
parentc08e2ba974ad7f5d9343d0d815a00a8e9ad51f81 (diff)
Add missing parens() to function name in gtk-doc comment
-rw-r--r--src/cairo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo.c b/src/cairo.c
index 346f0901e..a7073d0f1 100644
--- a/src/cairo.c
+++ b/src/cairo.c
@@ -2607,7 +2607,7 @@ cairo_copy_clip_rectangle_list (cairo_t *cr)
* example, if you are using the freetype-based cairo-ft font backend,
* see cairo_ft_font_face_create_for_ft_face() or
* cairo_ft_font_face_create_for_pattern().) The resulting font face
- * could then be used with cairo_scaled_font_create and
+ * could then be used with cairo_scaled_font_create() and
* cairo_set_scaled_font().
*
* Similarly, when using the "real" font support, you can call