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 b7a0e3eb..3fec81bb 100644
--- a/pango/pango-layout.c
+++ b/pango/pango-layout.c
@@ -807,7 +807,7 @@ pango_layout_get_ellipsize (PangoLayout *layout)
/**
* pango_layout_set_text:
* @layout: a #PangoLayout
- * @text: a UTF-8 string
+ * @text: a valid UTF-8 string
* @length: the length of @text, in bytes. -1 indicates that
* the string is nul-terminated and the length should be
* calculated.