summaryrefslogtreecommitdiff
path: root/pango/pango-script.c
diff options
context:
space:
mode:
Diffstat (limited to 'pango/pango-script.c')
-rw-r--r--pango/pango-script.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pango-script.c b/pango/pango-script.c
index 95dd3e9a..e8924403 100644
--- a/pango/pango-script.c
+++ b/pango/pango-script.c
@@ -121,8 +121,8 @@ _pango_script_iter_init (PangoScriptIter *iter,
* @length: length of @text, or -1 if @text is nul-terminated.
*
* Create a new #PangoScriptIter, used to break a string of
- * Unicode into runs by text. No copy is made of @text, so
- * the caller needs to make sure it remains valid until
+ * Unicode text into runs by Unicode script. No copy is made of
+ * @text, so the caller needs to make sure it remains valid until
* the iterator is freed with pango_script_iter_free().
*
* Return value: the new script iterator, initialized