summaryrefslogtreecommitdiff
path: root/pango/ellipsize.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-11-04 07:48:28 +0000
committerMatthias Clasen <mclasen@redhat.com>2019-11-04 07:48:28 +0000
commitce884d4ff73a6c645bc4051950e5516fd358ef6f (patch)
treec7db78acee24db90ded7d6226d988d6cde375cef /pango/ellipsize.c
parent8b0292f381f3f46f8841c377d65374691c1b2349 (diff)
downloadpango-ce884d4ff73a6c645bc4051950e5516fd358ef6f.tar.gz
Fix a doc comment
Diffstat (limited to 'pango/ellipsize.c')
-rw-r--r--pango/ellipsize.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/ellipsize.c b/pango/ellipsize.c
index aedbc007..4b27025e 100644
--- a/pango/ellipsize.c
+++ b/pango/ellipsize.c
@@ -731,7 +731,7 @@ current_width (EllipsizeState *state)
* _pango_layout_line_ellipsize:
* @line: a #PangoLayoutLine
* @attrs: Attributes being used for itemization/shaping
- * #shape_flags: Flags to use when shaping
+ * @shape_flags: Flags to use when shaping
*
* Given a #PangoLayoutLine with the runs still in logical order, ellipsize
* it according the layout's policy to fit within the set width of the layout.