diff options
Diffstat (limited to 'pango/pango-utils.c')
-rw-r--r-- | pango/pango-utils.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pango-utils.c b/pango/pango-utils.c index 5ae1246f..eae158f9 100644 --- a/pango/pango-utils.c +++ b/pango/pango-utils.c @@ -1015,8 +1015,8 @@ pango_matrix_get_type (void) * * Copies a #PangoMatrix. * - * Return value: a copy of @matrix. The result must be freed with - * pango_matrix_free(). + * Return value: the newly allocated #PangoMatrix, which should + * be freed with pango_matrix_free(). * * Since: 1.6 **/ |