summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@src.gnome.org>2004-05-28 15:18:09 +0000
committerOwen Taylor <otaylor@src.gnome.org>2004-05-28 15:18:09 +0000
commit411579dc964ddb226615572bb7dd364a2febe62e (patch)
tree0ed9810edfc963996527efbb6016eb1e44554ad9
parent26da91eae8fac636f434c88ebe9c55e97cad05ed (diff)
downloadpango-411579dc964ddb226615572bb7dd364a2febe62e.tar.gz
Fix comment
-rw-r--r--pango/pango-attributes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-attributes.h b/pango/pango-attributes.h
index 4488d3e9..a9971fcb 100644
--- a/pango/pango-attributes.h
+++ b/pango/pango-attributes.h
@@ -96,7 +96,7 @@ struct _PangoAttribute
{
const PangoAttrClass *klass;
guint start_index; /* in bytes */
- guint end_index; /* the character containing this byte is not included */
+ guint end_index; /* in bytes. The character at this index is not included */
};
typedef gboolean (*PangoAttrFilterFunc) (PangoAttribute *attribute,