summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryce Harrington <bryce@bryceharrington.org>2016-09-16 15:05:55 -0700
committerBryce Harrington <bryce@bryceharrington.org>2016-10-10 14:39:23 -0700
commitb7b6803567fbe477e1ae42d2406744afaa3c0cbb (patch)
tree425db9539902db2a0c8c56196018b45a94cb91d9
parent9d2983175e98433cf86fbfafa2954ce2cbf66dac (diff)
pattern: Fix incorrect grammar in cairo_pattern_get_type.
"This function returns the type a pattern." is obviously missing 'of', but this can be stated more succinctly with active voice. Signed-off-by: Bryce Harrington <bryce@bryceharrington.org>
-rw-r--r--src/cairo-pattern.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cairo-pattern.c b/src/cairo-pattern.c
index d73b31c0c..7c2d5d315 100644
--- a/src/cairo-pattern.c
+++ b/src/cairo-pattern.c
@@ -1073,8 +1073,8 @@ slim_hidden_def (cairo_pattern_reference);
* cairo_pattern_get_type:
* @pattern: a #cairo_pattern_t
*
- * This function returns the type a pattern.
- * See #cairo_pattern_type_t for available types.
+ * Get the pattern's type. See #cairo_pattern_type_t for available
+ * types.
*
* Return value: The type of @pattern.
*