summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2015-05-01 18:06:32 -0400
committerBehdad Esfahbod <behdad@behdad.org>2015-05-01 18:06:32 -0400
commit62aa445db95013cfc46202036e4410475d843faa (patch)
tree6cf8f2b31fbc9beccaa9a8c88f827d8657ba2d0a
parentb3474e68f0d823cee69239fb10c93320894e0a5b (diff)
downloadpango-62aa445db95013cfc46202036e4410475d843faa.tar.gz
Minor
-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