diff options
author | Behdad Esfahbod <behdad@src.gnome.org> | 2008-08-06 08:39:23 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2008-08-06 08:39:23 +0000 |
commit | ee5a7cb9a1d9c178d3d4d883c8483dd71262aa92 (patch) | |
tree | d139843e1a1d08d0988fad4cd33132e4e68b8ace /pango/pangocairo-render.c | |
parent | ad40f1de0ff786018375688757dc081c583833d4 (diff) | |
download | pango-ee5a7cb9a1d9c178d3d4d883c8483dd71262aa92.tar.gz |
Improve docs.
svn path=/trunk/; revision=2677
Diffstat (limited to 'pango/pangocairo-render.c')
-rw-r--r-- | pango/pangocairo-render.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pangocairo-render.c b/pango/pangocairo-render.c index 1fd7dbc3..3314478c 100644 --- a/pango/pangocairo-render.c +++ b/pango/pangocairo-render.c @@ -893,7 +893,7 @@ pango_cairo_show_glyph_string (cairo_t *cr, * be drawn at the current point of the cairo context. * * Note that @text is the start of the text for layout, which is then - * indexed by <literal>glyph_item->item->offset</literal>. + * indexed by <literal>@glyph_item->item->offset</literal>. * * Since: 1.20 **/ |