summaryrefslogtreecommitdiff
path: root/pango/pango-matrix.c
diff options
context:
space:
mode:
Diffstat (limited to 'pango/pango-matrix.c')
-rw-r--r--pango/pango-matrix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-matrix.c b/pango/pango-matrix.c
index 4ec54d63..50f8be1a 100644
--- a/pango/pango-matrix.c
+++ b/pango/pango-matrix.c
@@ -212,7 +212,7 @@ pango_matrix_get_font_scale_factor (const PangoMatrix *matrix)
* pango_matrix_get_font_scale_factors:
* @matrix: (nullable): a #PangoMatrix, or %NULL
* @xscale: (out) (allow-none): output scale factor in the x direction, or %NULL
- * @rect: (inout) (allow-none): output scale factor perpendicular to the x direction, or %NULL
+ * @yscale: (out) (allow-none): output scale factor perpendicular to the x direction, or %NULL
*
* Calculates the scale factor of a matrix on the width and height of the font.
* That is, @xscale is the scale factor in the direction of the X coordinate,