summaryrefslogtreecommitdiff
path: root/src/cairo-font-face.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cairo-font-face.c')
-rw-r--r--src/cairo-font-face.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cairo-font-face.c b/src/cairo-font-face.c
index 795951b14..e10a6eac2 100644
--- a/src/cairo-font-face.c
+++ b/src/cairo-font-face.c
@@ -111,8 +111,8 @@ _cairo_font_face_init (cairo_font_face_t *font_face,
* @font_face from being destroyed until a matching call to
* cairo_font_face_destroy() is made.
*
- * The number of references to a #cairo_font_face_t can be get using
- * cairo_font_face_get_reference_count().
+ * Use cairo_font_face_get_reference_count() to get the number of
+ * references to a #cairo_font_face_t.
*
* Return value: the referenced #cairo_font_face_t.
*