summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pango/pango-layout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-layout.c b/pango/pango-layout.c
index ed982760..82d8ba54 100644
--- a/pango/pango-layout.c
+++ b/pango/pango-layout.c
@@ -3827,7 +3827,7 @@ pango_layout_line_get_type (void)
* @trailing: location to store an integer indicating where
* in the grapheme the user clicked. It will either
* be zero, or the number of characters in the
- * grapheme. 0 represents the trailing edge of the grapheme.
+ * grapheme. 0 represents the leading edge of the grapheme.
*
* Converts from x offset to the byte index of the corresponding
* character within the text of the layout. If @x_pos is outside the line,