summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;