From d6af99f861a79474cb291fbb41e21413343a3ee9 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 25 Apr 2008 00:35:50 +0000 Subject: Minor. svn path=/trunk/; revision=2619 --- tests/testboundaries_ucd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/testboundaries_ucd.c') 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; -- cgit v1.2.1