summaryrefslogtreecommitdiff
path: root/src/cairo-font-face.c
diff options
context:
space:
mode:
authorBryce Harrington <bryce@bryceharrington.org>2016-09-16 14:54:19 -0700
committerBryce Harrington <bryce@bryceharrington.org>2016-10-10 14:39:19 -0700
commit9d2983175e98433cf86fbfafa2954ce2cbf66dac (patch)
tree4a9c410066b24376b3b383d7242efa4efbb64d2f /src/cairo-font-face.c
parent4790a3663d12cfbbe643023713477204d61b1c4a (diff)
downloadcairo-9d2983175e98433cf86fbfafa2954ce2cbf66dac.tar.gz
Fix grammar in cairo_*_reference() function documentation.
"can be get" is incorrect grammar; "can be gotten" would be better, but active voice is best. Signed-off-by: Bryce Harrington <bryce@bryceharrington.org>
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.
*