summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@src.gnome.org>2008-04-25 00:35:50 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2008-04-25 00:35:50 +0000
commitd6af99f861a79474cb291fbb41e21413343a3ee9 (patch)
tree5f89676214b5c58387424a18e0ecba8365306322
parent8cb6363b7e598b0e4d4a4ef4229bed3d7a5d46c8 (diff)
downloadpango-d6af99f861a79474cb291fbb41e21413343a3ee9.tar.gz
Minor.
svn path=/trunk/; revision=2619
-rw-r--r--tests/testboundaries_ucd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testboundaries_ucd.c b/tests/testboundaries_ucd.c
index 1e6d7d01..886974b3 100644
--- a/tests/testboundaries_ucd.c
+++ b/tests/testboundaries_ucd.c
@@ -170,7 +170,7 @@ attrs_equal (PangoLogAttr *attrs1,
/* can't do a straight comparison because the bitmask may have
* multiple bits set, and as long as attr&bitmask is not zero, it
- * counts as being set (see word boundaries) */
+ * counts as being set */
if (((a.bits & bits.bits) && !(b.bits & bits.bits)) ||
!(a.bits & bits.bits) && (b.bits & bits.bits))
return FALSE;