diff options
Diffstat (limited to 'pango/reorder-items.c')
-rw-r--r-- | pango/reorder-items.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/reorder-items.c b/pango/reorder-items.c index 23ba5836..126d310d 100644 --- a/pango/reorder-items.c +++ b/pango/reorder-items.c @@ -37,7 +37,7 @@ static GList *reorder_items_recurse (GList *items, int n_items); * directional levels, produce a list in visual order. * The original list is unmodified. * - * Returns a #GList of #PangoItem structures in visual order. + * Returns: a #GList of #PangoItem structures in visual order. * * (Please open a bug if you use this function. * It is not a particularly convenient interface, and the code |