summaryrefslogtreecommitdiff
path: root/src/cairo-font-options.c
diff options
context:
space:
mode:
authorKhaled Hosny <khaled@aliftype.com>2023-01-31 00:49:38 +0200
committerKhaled Hosny <khaled@aliftype.com>2023-02-02 14:13:56 +0200
commit4c48d4bbb814abd60973e5cbd23342126a014096 (patch)
tree3dd59e0f90d88bb64df4d460e8e1bbbbd8e43ba6 /src/cairo-font-options.c
parenteaf88598771431ba6da92c1a04bfa7e05fd74fcf (diff)
downloadcairo-4c48d4bbb814abd60973e5cbd23342126a014096.tar.gz
doc: Fix parameter name in comment
Diffstat (limited to 'src/cairo-font-options.c')
-rw-r--r--src/cairo-font-options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-font-options.c b/src/cairo-font-options.c
index 361882ae5..fa3d3c4e1 100644
--- a/src/cairo-font-options.c
+++ b/src/cairo-font-options.c
@@ -662,7 +662,7 @@ cairo_font_options_get_variations (cairo_font_options_t *options)
/**
* cairo_font_options_set_color_mode:
* @options: a #cairo_font_options_t
- * @font_color: the new color mode
+ * @color_mode: the new color mode
*
* Sets the color mode for the font options object. This controls
* whether color fonts are to be rendered in color or as outlines.