summaryrefslogtreecommitdiff
path: root/src/cairo.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.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.c')
-rw-r--r--src/cairo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cairo.c b/src/cairo.c
index 02b917102..eb863efdb 100644
--- a/src/cairo.c
+++ b/src/cairo.c
@@ -478,8 +478,8 @@ _cairo_init (cairo_t *cr,
* @cr from being destroyed until a matching call to cairo_destroy()
* is made.
*
- * The number of references to a #cairo_t can be get using
- * cairo_get_reference_count().
+ * Use cairo_get_reference_count() to get the number of references to
+ * a #cairo_t.
*
* Return value: the referenced #cairo_t.
*