diff options
author | Owen Taylor <otaylor@src.gnome.org> | 2004-05-28 15:18:09 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2004-05-28 15:18:09 +0000 |
commit | 411579dc964ddb226615572bb7dd364a2febe62e (patch) | |
tree | 0ed9810edfc963996527efbb6016eb1e44554ad9 /pango/pango-attributes.h | |
parent | 26da91eae8fac636f434c88ebe9c55e97cad05ed (diff) | |
download | pango-411579dc964ddb226615572bb7dd364a2febe62e.tar.gz |
Fix comment
Diffstat (limited to 'pango/pango-attributes.h')
-rw-r--r-- | pango/pango-attributes.h | 2 |
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, |